add rcsid and remove dated /var/preserve check.
This commit is contained in:
parent
0f6af23d21
commit
f01ac0c37f
10
etc/daily
10
etc/daily
@ -1,6 +1,8 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# @(#)daily 5.12 (Berkeley) 5/24/91
|
||||
# $NetBSD: daily,v 1.16 1996/03/26 04:21:27 mrg Exp $
|
||||
#
|
||||
# form: @(#)daily 5.12 (Berkeley) 5/24/91
|
||||
#
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local
|
||||
host=`hostname -s`
|
||||
@ -30,12 +32,6 @@ fi
|
||||
# >/dev/null 2>&1; }
|
||||
#fi
|
||||
|
||||
# XXX should go away/be replaced by nvi version
|
||||
if [ -d /var/preserve -a ! -h /var/preserve ]; then
|
||||
cd /var/preserve && {
|
||||
find . ! -name . -mtime +7 -exec rm -f -- {} \; ; }
|
||||
fi
|
||||
|
||||
if [ -d /var/rwho -a ! -h /var/rwho ] ; then
|
||||
cd /var/rwho && {
|
||||
find . ! -name . -mtime +7 -exec rm -f -- {} \; ; }
|
||||
|
Loading…
Reference in New Issue
Block a user