summaryrefslogtreecommitdiff
path: root/etc/weekly
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-07-27 07:24:41 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-07-27 07:24:41 +0000
commita261539bd2d0c5841a845150a0a4417757a1eb97 (patch)
tree0e3328834b8e911f5ccda111b7548ca1679d3976 /etc/weekly
parentd6269a4563bb5e6929a930402c384c02112f5b66 (diff)
remove clean.weekly from here. this can be added in weekly.local if
needed and we don't ship it anyway; millert@ ok.
Diffstat (limited to 'etc/weekly')
-rw-r--r--etc/weekly8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/weekly b/etc/weekly
index 43110ed558f..bcc6ede3f92 100644
--- a/etc/weekly
+++ b/etc/weekly
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: weekly,v 1.10 1999/09/19 23:15:28 alex Exp $
+# $OpenBSD: weekly,v 1.11 2001/07/27 07:24:40 fgsch Exp $
#
PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec
@@ -12,12 +12,6 @@ if [ -f /etc/weekly.local ];then
. /etc/weekly.local
fi
-if [ -f /usr/lib/uucp/clean.weekly ]; then
- echo ""
- echo "Cleaning up UUCP:"
- echo /usr/lib/uucp/clean.weekly | su daemon
-fi
-
echo ""
if [ -f /var/db/locate.database ]; then
TMP=`mktemp /var/db/locate.database.XXXXXX`