summaryrefslogtreecommitdiffstats
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-19 16:49:35 +0000
committerpst <pst@FreeBSD.org>1997-08-19 16:49:35 +0000
commit481ffda850036c9f258d474716d4ed0fcb18af89 (patch)
tree7444f3d66551933d5c9e6c68446e03ac9fe3b4c3 /usr.sbin/periodic
parente444e35d073d33873dd03c38d7e78933a4501ad1 (diff)
downloadFreeBSD-src-481ffda850036c9f258d474716d4ed0fcb18af89.zip
FreeBSD-src-481ffda850036c9f258d474716d4ed0fcb18af89.tar.gz
Change local_cron to local_periodic.
Submitted by: bde
Diffstat (limited to 'usr.sbin/periodic')
-rw-r--r--usr.sbin/periodic/periodic.84
-rw-r--r--usr.sbin/periodic/periodic.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8
index a1ae2e6..ec5da2e 100644
--- a/usr.sbin/periodic/periodic.8
+++ b/usr.sbin/periodic/periodic.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: periodic.8,v 1.3 1997/08/13 16:27:59 ache Exp $
+.\" $Id: periodic.8,v 1.4 1997/08/16 17:08:35 pst Exp $
.\"
.Dd 13 August 1997
.Os FreeBSD 3.0
@@ -90,7 +90,7 @@ subdirectories which contain standard system periodic executables.
The
.Pa rc.conf
system registry contains a variable
-.Va local_cron
+.Va local_periodic
which may be configured to specify additional top level standard
periodic directories, such as
.Pa /usr/local/etc/periodic
diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh
index d1625f7..593d6c5 100644
--- a/usr.sbin/periodic/periodic.sh
+++ b/usr.sbin/periodic/periodic.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: periodic.sh,v 1.3 1997/08/13 06:23:54 pst Exp $
+# $Id: periodic.sh,v 1.4 1997/08/16 17:08:35 pst Exp $
#
# Run nightly periodic scripts
#
@@ -30,7 +30,7 @@ run=`basename $dir`
if [ "$dir" = "$run" ] ; then
dirlist=""
- for top in /etc/periodic ${local_cron} ; do
+ for top in /etc/periodic ${local_periodic} ; do
if [ -d $top/$dir ] ; then
dirlist="${dirlist} $top/$dir"
fi
OpenPOWER on IntegriCloud