diff options
author | Roy Marples <roy@marples.name> | 2007-04-11 10:40:53 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-11 10:40:53 +0000 |
commit | 64c4d3875d610191658fb05d9317086fdb72257c (patch) | |
tree | 772139d4ce58ff6aef49e0abeaaeea56eeddfed6 /net.Linux/pump.sh | |
parent | f754c661f57225b92ab72ce8867607341efa0c53 (diff) |
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.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net.Linux/pump.sh b/net.Linux/pump.sh index fd57fcda..f76cfcda 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} |