Author: rea (ports committer)
Date: Fri Jan 20 17:25:15 2012
New Revision: 230389
URL: http://svn.freebsd.org/changeset/base/230389
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
Modified:
head/etc/netstart
Modified: head/etc/netstart
==============================================================================
--- head/etc/netstart Fri Jan 20 17:19:50 2012 (r230388)
+++ head/etc/netstart Fri Jan 20 17:25:15 2012 (r230389)
@@ -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}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"