aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-08-19 16:49:35 +0000
committerPaul Traina <pst@FreeBSD.org>1997-08-19 16:49:35 +0000
commit02eab22ca16588015a4619fd9229873aa366d117 (patch)
treecbd57f7a32ffed2c4b58094910f1b60a3dd7639e /etc
parentfaba086be3f2c684db113b7f244b3324f7462473 (diff)
Notes
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 5523be8e2a3f..ffd02d4eeb09 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
##############################################################