dhcp: include dhclient script

This commit is contained in:
Thomas Penteker 2011-08-14 00:19:09 +02:00
parent 73330de890
commit 7b4ba40e1e

View File

@ -5,7 +5,7 @@
case $1 in
start)
/usr/sbin/dhcpcd -q
/usr/sbin/dhclient -q
;;
stop)
test -f /var/run/dhcpcd.pid && kill $(cat /var/run/dhcpcd.pid)