summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
parente444e35d073d33873dd03c38d7e78933a4501ad1 (diff)
downloadFreeBSD-src-481ffda850036c9f258d474716d4ed0fcb18af89.zip
FreeBSD-src-481ffda850036c9f258d474716d4ed0fcb18af89.tar.gz
Change local_cron to local_periodic.
Submitted by: bde
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 5523be8..ffd02d4 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.23 1997/08/16 17:07:13 pst Exp $
+# $Id: rc.conf,v 1.24 1997/08/17 10:04:52 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -18,7 +18,7 @@ pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
-local_cron="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
+local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
##############################################################
OpenPOWER on IntegriCloud