diff options
author | Roy Marples <roy@marples.name> | 2007-05-01 09:37:14 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-01 09:37:14 +0000 |
commit | b2d024b7f46883ed4c7c85a6d0912079c8b7ffb8 (patch) | |
tree | f677ff8f855632932b81e033fd67bb289c29ce65 /net/dhcpcd.sh | |
parent | d2c112ef4f70fb64b8a7f666c4e07b2dcba46c30 (diff) |
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.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh index 15fdf45c..f8e81f98 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 |