aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2012-10-28 20:27:44 +0000
committerColin Guthrie <colin@mageia.org>2012-10-28 20:27:44 +0000
commit0f9d7636f0eb2f07f2d77a2aeea9d9dc348a477e (patch)
tree271dcd2bb0d997f57e6625887005452df3b3cc84
parent5b2ce4ba3ff6cf5d7df7f5760107ff2f3e7dbe6f (diff)
downloadinitscripts-0f9d7636f0eb2f07f2d77a2aeea9d9dc348a477e.tar
initscripts-0f9d7636f0eb2f07f2d77a2aeea9d9dc348a477e.tar.gz
initscripts-0f9d7636f0eb2f07f2d77a2aeea9d9dc348a477e.tar.bz2
initscripts-0f9d7636f0eb2f07f2d77a2aeea9d9dc348a477e.tar.xz
initscripts-0f9d7636f0eb2f07f2d77a2aeea9d9dc348a477e.zip
Update variable name in-line with upstream changes
-rwxr-xr-xmandriva/network-up4
1 files changed, 2 insertions, 2 deletions
diff --git a/mandriva/network-up b/mandriva/network-up
index a4d8e9b8..79f9084d 100755
--- a/mandriva/network-up
+++ b/mandriva/network-up
@@ -102,9 +102,9 @@ function should_wait_network() {
# ignore devices that are not present
ip -o link show ${DEVICE} &>/dev/null || continue
- ! is_false $NM_CONTROLLED && is_nm_running && USE_NM=true
+ ! is_false $NM_CONTROLLED && is_nm_running && _use_nm=true
# for NM controlled just ask NetworkManager
- if [ "$USE_NM" = "true" ]; then
+ if [ "$_use_nm" = "true" ]; then
# Ignore disabled wifi h/w
if is_nm_device_unavailable ${DEVICE}; then
# Question: Is NM cleverer than us here? Does it do this delay