s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is made
This commit is contained in:
parent
d2c112ef4f
commit
b2d024b7f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user