diff options
author | Roy Marples <roy@marples.name> | 2007-04-23 16:43:52 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-23 16:43:52 +0000 |
commit | 45325648294e97373cf295bf842ff1c542218865 (patch) | |
tree | bb1cafda9937f41317f90f0d2c3c2edfb1a9dd3f /net | |
parent | 7766f7e987dcaad281a66b8046145a3711278fae (diff) |
Remove debug stuff
Diffstat (limited to 'net')
-rw-r--r-- | net/dhclient.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dhclient.sh b/net/dhclient.sh index b9fe14a8..8ad7759d 100644 --- a/net/dhclient.sh +++ b/net/dhclient.sh @@ -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 |