summaryrefslogtreecommitdiff
path: root/dhcp
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2011-08-14 00:19:09 +0200
committerThomas Penteker <tek@serverop.de>2011-08-14 00:19:09 +0200
commit7b4ba40e1ee5f91ff50ec7acae17771ec53d8c5e (patch)
tree9b858b184848cdcd29822d5fc91c26964d558d5a /dhcp
parent73330de890402c130bba6e68b57191237714d8ba (diff)
downloadcontrib-7b4ba40e1ee5f91ff50ec7acae17771ec53d8c5e.tar.gz
contrib-7b4ba40e1ee5f91ff50ec7acae17771ec53d8c5e.tar.xz
dhcp: include dhclient script
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/dhclient2
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)

Generated by cgit