Remove debug stuff
This commit is contained in:
parent
7766f7e987
commit
4532564829
@ -41,11 +41,9 @@ dhclient_start() {
|
|||||||
|
|
||||||
# Bring up DHCP for this interface
|
# Bring up DHCP for this interface
|
||||||
ebegin "Running dhclient"
|
ebegin "Running dhclient"
|
||||||
set -x
|
|
||||||
echo "${dhconf}" | start-stop-daemon --start --exec /sbin/dhclient \
|
echo "${dhconf}" | start-stop-daemon --start --exec /sbin/dhclient \
|
||||||
--pidfile "${pidfile}" -- ${args} -q -1 -pf "${pidfile}" "${IFACE}"
|
--pidfile "${pidfile}" -- ${args} -q -1 -pf "${pidfile}" "${IFACE}"
|
||||||
eend $? || return 1
|
eend $? || return 1
|
||||||
set +x
|
|
||||||
|
|
||||||
_show_address
|
_show_address
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user