dhcp: include dhclient script

This commit is contained in:
Thomas Penteker 2011-08-14 00:25:15 +02:00
parent 7b4ba40e1e
commit 4ae1c4a048

View File

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