summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-12-09 15:30:39 +0000
committerChristian Heim <phreak@gentoo.org>2005-12-09 15:30:39 +0000
commitad6d4c03929880d6b8498262420b6d4417901fa3 (patch)
tree201e50627d1134aa52431f3b2c7be99edffcbaf8 /net-scripts/net.modules.d/dhclient
parentImporting latest baselayout/trunk changes. This is a merge with 1752. (diff)
downloadbaselayout-vserver-ad6d4c03929880d6b8498262420b6d4417901fa3.tar.gz
baselayout-vserver-ad6d4c03929880d6b8498262420b6d4417901fa3.tar.bz2
baselayout-vserver-ad6d4c03929880d6b8498262420b6d4417901fa3.zip
Importing latest baselayout/trunk changes. This is a merge with revision 1753.
svn path=/baselayout-vserver/trunk/; revision=166
Diffstat (limited to 'net-scripts/net.modules.d/dhclient')
-rw-r--r--net-scripts/net.modules.d/dhclient8
1 files changed, 0 insertions, 8 deletions
diff --git a/net-scripts/net.modules.d/dhclient b/net-scripts/net.modules.d/dhclient
index 25e8d85..4754628 100644
--- a/net-scripts/net.modules.d/dhclient
+++ b/net-scripts/net.modules.d/dhclient
@@ -139,14 +139,6 @@ dhclient_start() {
# Stop dhclient if it's already running
dhclient_stop "${iface}"
- if [[ ${background} == "yes" ]]; then
- eval dhclient "${opts}" -pf "${pidfile}" -q \
- -sf "${MODULES_DIR}/helpers.d/dhclient-wrapper" \
- "${iface}" &>/dev/null &
- eend 0
- go_background
- fi
-
local x=$( eval dhclient "${opts}" -1 -pf "${pidfile}" \
-sf "${MODULES_DIR}/helpers.d/dhclient-wrapper" -q "${iface}" 2>&1 )
# We just check the last 5 letters