svn commit: r235615 - stable/9/etc
Eygene Ryabinkin
rea at FreeBSD.org
Fri May 18 18:26:04 UTC 2012
Author: rea (ports committer)
Date: Fri May 18 18:26:03 2012
New Revision: 235615
URL: http://svn.freebsd.org/changeset/base/235615
Log:
/etc/netstart: remove invocation of dhclient
dhclient is no longer a real service, it is a helper script
for /etc/rc.d/netif and devd. Its direct invocation isn't
needed to bring the network up.
Approved by: jhb, delphij
Modified:
stable/9/etc/netstart
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/etc/netstart
==============================================================================
--- stable/9/etc/netstart Fri May 18 16:47:15 2012 (r235614)
+++ stable/9/etc/netstart Fri May 18 18:26:03 2012 (r235615)
@@ -52,7 +52,6 @@ _start=quietstart
# . /etc/rc.d/atm3.sh ${_start}
/etc/rc.d/netif ${_start}
/etc/rc.d/ipsec ${_start}
-/etc/rc.d/dhclient ${_start}
/etc/rc.d/ppp ${_start}
/etc/rc.d/ipfw ${_start}
/etc/rc.d/routing ${_start}
More information about the svn-src-stable-9
mailing list