diff options
author | Thomas Penteker <tek@serverop.de> | 2011-08-14 00:19:09 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2011-08-14 00:19:09 +0200 |
commit | 7b4ba40e1ee5f91ff50ec7acae17771ec53d8c5e (patch) | |
tree | 9b858b184848cdcd29822d5fc91c26964d558d5a /dhcp | |
parent | 73330de890402c130bba6e68b57191237714d8ba (diff) | |
download | contrib-7b4ba40e1ee5f91ff50ec7acae17771ec53d8c5e.tar.gz contrib-7b4ba40e1ee5f91ff50ec7acae17771ec53d8c5e.tar.xz |
dhcp: include dhclient script
Diffstat (limited to 'dhcp')
-rw-r--r-- | dhcp/dhclient | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp/dhclient b/dhcp/dhclient index 9df428d58..6aba49462 100644 --- a/dhcp/dhclient +++ b/dhcp/dhclient @@ -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) |