Add local_cron in the spirit of local_startup

This commit is contained in:
Paul Traina 1997-08-13 06:01:14 +00:00
parent 3bc3219323
commit 1e3d7510d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28141

View File

@ -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
##############################################################