Source-Changes-HG archive

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

[src/trunk]: src/etc Add a note about critfs_requires_network on dhclient line.



details:   https://anonhg.NetBSD.org/src/rev/7823d20b3d94
branches:  trunk
changeset: 471730:7823d20b3d94
user:      mellon <mellon%NetBSD.org@localhost>
date:      Fri Apr 09 15:18:51 1999 +0000

description:
Add a note about critfs_requires_network on dhclient line.

diffstat:

 etc/rc.conf |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1bbafb0e348a -r 7823d20b3d94 etc/rc.conf
--- a/etc/rc.conf       Fri Apr 09 15:12:22 1999 +0000
+++ b/etc/rc.conf       Fri Apr 09 15:18:51 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.47 1999/04/01 03:58:44 cjs Exp $
+#      $NetBSD: rc.conf,v 1.48 1999/04/09 15:18:51 mellon Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -52,7 +52,8 @@
 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
+dhclient=NO    # Also set critfs_requires_network=NO if you enable this.
+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