Browse Source

remove clean.weekly from here. this can be added in weekly.local if

needed and we don't ship it anyway; millert@ ok.
OPENBSD_3_0
fgsch 23 years ago
parent
commit
6de68c7c16
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      src/etc/weekly

+ 1
- 7
src/etc/weekly View File

@ -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`


Loading…
Cancel
Save