Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Add critfs_require_network, dhclient and dhclient_flags ...



details:   https://anonhg.NetBSD.org/src/rev/bd11aa872fd1
branches:  trunk
changeset: 467430:bd11aa872fd1
user:      mellon <mellon%NetBSD.org@localhost>
date:      Wed Mar 24 18:50:07 1999 +0000

description:
Add critfs_require_network, dhclient and dhclient_flags variables.

diffstat:

 etc/rc.conf |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 19cd5c712c63 -r bd11aa872fd1 etc/rc.conf
--- a/etc/rc.conf       Wed Mar 24 18:47:51 1999 +0000
+++ b/etc/rc.conf       Wed Mar 24 18:50:07 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.44 1999/03/17 15:49:48 drochner Exp $
+#      $NetBSD: rc.conf,v 1.45 1999/03/24 18:50:07 mellon Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -34,6 +34,10 @@
 # don't want to be warned about it
 no_swap=NO
 
+# When to mount critical filesystems.   By default, these are mounted after
+# the network is started.
+critfs_require_network=YES
+
 # One-time actions and programs on boot-up.
 lkm=NO                                         # run /etc/rc.lkm
 savecore=YES           savecore_flags=""
@@ -52,6 +56,7 @@
 auto_ifconfig=YES                              # config all avail. interfaces
 net_interfaces=""                              # used only if above is NO
 flushroutes=YES                                        # flush routes in netstart
+dhclient=NO            dhclient_flags=""       # blank: config all interfaces
 ntpdate=NO             ntpdate_hosts=""        # blank: hosts in /etc/ntp.conf
 ppp_peers=""                                   # /etc/ppp/peers to call
 



Home | Main Index | Thread Index | Old Index