From b2d024b7f46883ed4c7c85a6d0912079c8b7ffb8 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 1 May 2007 09:37:14 +0000 Subject: [PATCH] s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is made --- net/dhcpcd.sh | 4 +--- 1 file changed, 1 insertion(+), 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