3 # $FreeBSD: src/etc/periodic/weekly/999.local,v 1.3.2.3 2001/08/01 20:41:28 obrien Exp $
4 # $DragonFly: src/etc/periodic/weekly/999.local,v 1.2 2003/06/17 04:24:48 dillon Exp $
7 # If there is a global system configuration file, suck it in.
9 if [ -r /etc
/defaults
/periodic.conf
]
11 .
/etc
/defaults
/periodic.conf
16 for script in $weekly_local
23 echo "Running $script:"
27 echo "$script: No such file"
31 echo "$script: Not an absolute path"
32 [ $rc -lt 2 ] && rc
=2;;