From 4ae1c4a048b8b643f6d2feb874740b029dcbf14c Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Sun, 14 Aug 2011 00:25:15 +0200 Subject: [PATCH] dhcp: include dhclient script --- dhcp/dhclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp/dhclient b/dhcp/dhclient index 6aba49462..75501f722 100644 --- a/dhcp/dhclient +++ b/dhcp/dhclient @@ -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