summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-27 05:00:58 +0000
committerjkh <jkh@FreeBSD.org>1999-01-27 05:00:58 +0000
commit706e15bdfa535b472d1c4b0da45ffee6390dca10 (patch)
tree2564aaa4d426c3933b67a355116fa87f51063b51 /etc
parent4054a5b3f589740ef4fe975ec0441da212e3f059 (diff)
downloadFreeBSD-src-706e15bdfa535b472d1c4b0da45ffee6390dca10.zip
FreeBSD-src-706e15bdfa535b472d1c4b0da45ffee6390dca10.tar.gz
DOH! Did I ever screw that up. Take the /etc prefixes off the
filenames. Noted by: Randy Bush <randy@psg.com>
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 b9f06de..0651886 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.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 ######################
OpenPOWER on IntegriCloud