From edad1b5ba434e04eef72eb10c11afefb8fbcef97 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Fri, 20 Jan 2012 17:25:15 +0000 Subject: [PATCH] /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 --- etc/netstart | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/netstart b/etc/netstart index b66505a495a..885932d11f7 100755 --- a/etc/netstart +++ b/etc/netstart @@ -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}