summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-13 06:01:14 +0000
committerpst <pst@FreeBSD.org>1997-08-13 06:01:14 +0000
commitfc13ca15fb4c3f5b20200802f70bd627ee43dfa6 (patch)
treea1be52d44b133ea02aa854a57a35947728e4a6aa /etc
parentd25262a858ac8220f85368eff39e3105d79e94c5 (diff)
downloadFreeBSD-src-fc13ca15fb4c3f5b20200802f70bd627ee43dfa6.zip
FreeBSD-src-fc13ca15fb4c3f5b20200802f70bd627ee43dfa6.tar.gz
Add local_cron in the spirit of local_startup
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 69a20cd..a08203e 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.20 1997/07/06 08:28:34 peter Exp $
+# $Id: rc.conf,v 1.21 1997/08/13 03:31:19 steve Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -18,6 +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/cron.d /usr/X11R6/etc/cron.d" # periodic script dirs
##############################################################
OpenPOWER on IntegriCloud