summaryrefslogtreecommitdiff
path: root/net/dhcpcd.sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-01 09:37:14 +0000
committerRoy Marples <roy@marples.name>2007-05-01 09:37:14 +0000
commitb2d024b7f46883ed4c7c85a6d0912079c8b7ffb8 (patch)
treef677ff8f855632932b81e033fd67bb289c29ce65 /net/dhcpcd.sh
parentd2c112ef4f70fb64b8a7f666c4e07b2dcba46c30 (diff)
downloadopenrc-b2d024b7f46883ed4c7c85a6d0912079c8b7ffb8.tar.gz
openrc-b2d024b7f46883ed4c7c85a6d0912079c8b7ffb8.tar.bz2
openrc-b2d024b7f46883ed4c7c85a6d0912079c8b7ffb8.tar.xz
s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is made
Diffstat (limited to 'net/dhcpcd.sh')
-rw-r--r--net/dhcpcd.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh
index 15fdf45..f8e81f9 100644
--- a/net/dhcpcd.sh
+++ b/net/dhcpcd.sh
@@ -38,9 +38,7 @@ dhcpcd_start() {
# Bring up DHCP for this interface
ebegin "Running dhcpcd"
- eval start-stop-daemon --start --exec /sbin/dhcpcd \
- --pidfile /var/run/"dhcpcd-${IFACE}.pid" \
- -- "${args}" "${IFACE}"
+ eval /sbin/dhcpcd "${args}" "${IFACE}"
eend $? || return 1
_show_address