Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc Pull up revision 1.48 (addresses PR#7347).



details:   https://anonhg.NetBSD.org/src/rev/fd1b8e28d4b0
branches:  netbsd-1-4
changeset: 468139:fd1b8e28d4b0
user:      mellon <mellon%NetBSD.org@localhost>
date:      Fri Apr 09 16:25:11 1999 +0000

description:
Pull up revision 1.48 (addresses PR#7347).

diffstat:

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

diffs (19 lines):

diff -r b8eb1a42895f -r fd1b8e28d4b0 etc/rc.conf
--- a/etc/rc.conf       Fri Apr 09 15:58:09 1999 +0000
+++ b/etc/rc.conf       Fri Apr 09 16:25:11 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.47.2.1 1999/04/09 16:25:11 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