mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
/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:
parent
1eea470950
commit
edad1b5ba4
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue