summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-23 16:43:52 +0000
committerRoy Marples <roy@marples.name>2007-04-23 16:43:52 +0000
commit45325648294e97373cf295bf842ff1c542218865 (patch)
treebb1cafda9937f41317f90f0d2c3c2edfb1a9dd3f /net
parent7766f7e987dcaad281a66b8046145a3711278fae (diff)
downloadopenrc-45325648294e97373cf295bf842ff1c542218865.tar.gz
openrc-45325648294e97373cf295bf842ff1c542218865.tar.bz2
openrc-45325648294e97373cf295bf842ff1c542218865.tar.xz
Remove debug stuff
Diffstat (limited to 'net')
-rw-r--r--net/dhclient.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dhclient.sh b/net/dhclient.sh
index b9fe14a..8ad7759 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