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
|
# Bring up DHCP for this interface
|
||||||
ebegin "Running dhcpcd"
|
ebegin "Running dhcpcd"
|
||||||
|
|
||||||
eval start-stop-daemon --start --exec /sbin/dhcpcd \
|
eval /sbin/dhcpcd "${args}" "${IFACE}"
|
||||||
--pidfile /var/run/"dhcpcd-${IFACE}.pid" \
|
|
||||||
-- "${args}" "${IFACE}"
|
|
||||||
eend $? || return 1
|
eend $? || return 1
|
||||||
|
|
||||||
_show_address
|
_show_address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user