svn commit: r230389 - head/etc

Eygene Ryabinkin rea at FreeBSD.org
Fri Jan 20 17:25:16 UTC 2012


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}


More information about the svn-src-all mailing list