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 /usr/sbin/dhclient -q
;; ;;
stop) 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) restart)
$0 stop $0 stop