Remove debug stuff

This commit is contained in:
Roy Marples 2007-04-23 16:43:52 +00:00
parent 7766f7e987
commit 4532564829

View File

@ -41,11 +41,9 @@ dhclient_start() {
# Bring up DHCP for this interface
ebegin "Running dhclient"
set -x
echo "${dhconf}" | start-stop-daemon --start --exec /sbin/dhclient \
--pidfile "${pidfile}" -- ${args} -q -1 -pf "${pidfile}" "${IFACE}"
eend $? || return 1
set +x
_show_address
return 0