summaryrefslogtreecommitdiffstats
path: root/etc/weekly
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-10 11:35:46 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-10 11:35:46 +0000
commite02e22db3a44a52102d081fb7c12daf794c6c063 (patch)
tree479602e5f8396e32a0abd30e3dbef6c36d1fe792 /etc/weekly
parent151a20f2d9f3737580d6aecda5599bfd424564af (diff)
downloadFreeBSD-src-e02e22db3a44a52102d081fb7c12daf794c6c063.zip
FreeBSD-src-e02e22db3a44a52102d081fb7c12daf794c6c063.tar.gz
Disabled the scan for SCCS checked out files since it was broken and
caused error messages to be mailed, and FreeBSD does NOT have SCCS, we use CVS!
Diffstat (limited to 'etc/weekly')
-rw-r--r--etc/weekly38
1 files changed, 19 insertions, 19 deletions
diff --git a/etc/weekly b/etc/weekly
index 65c08d9..bf7c075 100644
--- a/etc/weekly
+++ b/etc/weekly
@@ -16,25 +16,25 @@ echo "Subject: $host weekly run output"
# see if /usr/src exists and is local
# before looking there for checked-out files
-if [ -d /usr/src -a \
- X"`find -f /usr/src ! -fstype local -prune -or -type d -print -prune`" != X ];
-then
- echo "looking for checked out files:"
- TDIR=/tmp/_checkout$$
-
- mkdir $TDIR
- for file in `find -f /usr/src ! -fstype local -prune -or \
- -name 'p.*' -print | egrep 'SCCS/p\.'`; do
- owner=`awk '{ print $3 }' $file`
- echo "$owner $file"
- echo $file >> $TDIR/$owner
- done | sed -e 's,SCCS/p.,,'
- for file in $TDIR/*; do
- sed -e 's,SCCS/p.,,' $file | \
- Mail -s 'checked out files' `basename $file`
- done
- rm -rf $TDIR
-fi
+#if [ -d /usr/src -a \
+# X"`find -f /usr/src ! -fstype local -prune -or -type d -print -prune`" != X ];
+#then
+# echo "looking for checked out files:"
+# TDIR=/tmp/_checkout$$
+#
+# mkdir $TDIR
+# for file in `find -f /usr/src ! -fstype local -prune -or \
+# -name 'p.*' -print | egrep 'SCCS/p\.'`; do
+# owner=`awk '{ print $3 }' $file`
+# echo "$owner $file"
+# echo $file >> $TDIR/$owner
+# done | sed -e 's,SCCS/p.,,'
+# for file in $TDIR/*; do
+# sed -e 's,SCCS/p.,,' $file | \
+# Mail -s 'checked out files' `basename $file`
+# done
+# rm -rf $TDIR
+#fi
if [ -f /usr/lib/uucp/clean.weekly ]; then
echo ""
OpenPOWER on IntegriCloud