summaryrefslogtreecommitdiff
path: root/net.Linux/pump.sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-11 10:40:53 +0000
committerRoy Marples <roy@marples.name>2007-04-11 10:40:53 +0000
commit64c4d3875d610191658fb05d9317086fdb72257c (patch)
tree772139d4ce58ff6aef49e0abeaaeea56eeddfed6 /net.Linux/pump.sh
parentf754c661f57225b92ab72ce8867607341efa0c53 (diff)
downloadopenrc-64c4d3875d610191658fb05d9317086fdb72257c.tar.gz
openrc-64c4d3875d610191658fb05d9317086fdb72257c.tar.bz2
openrc-64c4d3875d610191658fb05d9317086fdb72257c.tar.xz
Move carrier detection back into net.sh. Reserve a new hook numbers
Diffstat (limited to 'net.Linux/pump.sh')
-rw-r--r--net.Linux/pump.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/net.Linux/pump.sh b/net.Linux/pump.sh
index fd57fcd..f76cfcd 100644
--- a/net.Linux/pump.sh
+++ b/net.Linux/pump.sh
@@ -12,8 +12,6 @@ _config_vars="$_config_vars dhcp pump"
pump_start() {
local args= opt= opts=
- _wait_for_carrier || return 1
-
# Get our options
eval opts=\$dhcp_${IFVAR}
[ -z "${opts}" ] && opts=${dhcp}