diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-27 05:00:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-01-27 05:00:58 +0000 |
| commit | 7af6e2944b8a17e5138648f8bf541f7f1d96106b (patch) | |
| tree | ec1ac7f7e7a034191650dc7691cbb04cc38c7c50 | |
| parent | b1e30cf60f8a1f6d4c05488b1bb0e6be4333e605 (diff) | |
Notes
| -rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index b9f06deced9e..06518869a6d5 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 ###################### |
