/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
This commit is contained in:
Eygene Ryabinkin 2012-01-20 17:25:15 +00:00
parent 1eea470950
commit edad1b5ba4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230389
1 changed files with 0 additions and 1 deletions

View File

@ -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}