forked from ports/contrib
dhcp: include dhclient script
This commit is contained in:
parent
7b4ba40e1e
commit
4ae1c4a048
@ -8,7 +8,7 @@ start)
|
||||
/usr/sbin/dhclient -q
|
||||
;;
|
||||
stop)
|
||||
test -f /var/run/dhcpcd.pid && kill $(cat /var/run/dhcpcd.pid)
|
||||
test -f /var/run/dhclient.pid && kill $(cat /var/run/dhclient.pid)
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
|
Loading…
x
Reference in New Issue
Block a user