summaryrefslogtreecommitdiffstats
path: root/usr.sbin/periodic/periodic.sh
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-16 17:08:35 +0000
committerpst <pst@FreeBSD.org>1997-08-16 17:08:35 +0000
commitfa45a51529b99c668d63269fe0572380296cfe44 (patch)
tree3035775849f1724ff8ae6f256ab5975284bdcc40 /usr.sbin/periodic/periodic.sh
parent93db7f7195a04ff2e45c6da90c499e1a3e2c60ba (diff)
downloadFreeBSD-src-fa45a51529b99c668d63269fe0572380296cfe44.zip
FreeBSD-src-fa45a51529b99c668d63269fe0572380296cfe44.tar.gz
Use /etc/periodic
Diffstat (limited to 'usr.sbin/periodic/periodic.sh')
-rw-r--r--usr.sbin/periodic/periodic.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh
index 297db11..d1625f7 100644
--- a/usr.sbin/periodic/periodic.sh
+++ b/usr.sbin/periodic/periodic.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: periodic.sh,v 1.2 1997/08/13 06:02:18 pst Exp $
+# $Id: periodic.sh,v 1.3 1997/08/13 06:23:54 pst Exp $
#
# Run nightly periodic scripts
#
@@ -30,7 +30,7 @@ run=`basename $dir`
if [ "$dir" = "$run" ] ; then
dirlist=""
- for top in /etc/cron.d ${local_cron} ; do
+ for top in /etc/periodic ${local_cron} ; do
if [ -d $top/$dir ] ; then
dirlist="${dirlist} $top/$dir"
fi
OpenPOWER on IntegriCloud