s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is made

This commit is contained in:
Roy Marples 2007-05-01 09:37:14 +00:00
parent d2c112ef4f
commit b2d024b7f4

View File

@ -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