DOH! Did I ever screw that up. Take the /etc prefixes off the

filenames.

Noted by:	Randy Bush <randy@psg.com>
This commit is contained in:
Jordan K. Hubbard 1999-01-27 05:00:58 +00:00
parent b1e30cf60f
commit 7af6e2944b

View File

@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.78 1999/01/26 07:32:59 dillon Exp $
# $Id: rc.conf,v 1.79 1999/01/26 10:15:57 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@ -19,7 +19,7 @@ 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_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
rc_conf_files="/etc/rc.conf.site /etc/rc.conf.local"
rc_conf_files="rc.conf.site rc.conf.local"
##############################################################
### Network configuration sub-section ######################