diff options
author | Christian Heim <phreak@gentoo.org> | 2006-01-10 16:09:54 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-01-10 16:09:54 +0000 |
commit | 113f06ab1f0ed462ad37db2d10ec2ba0b4ecc400 (patch) | |
tree | 0a0ad5220280ea5a3b020397900b3e5468338644 /net-scripts/net.modules.d/wpa_supplicant | |
parent | Fixing spelling :P (diff) | |
download | baselayout-vserver-113f06ab1f0ed462ad37db2d10ec2ba0b4ecc400.tar.gz baselayout-vserver-113f06ab1f0ed462ad37db2d10ec2ba0b4ecc400.tar.bz2 baselayout-vserver-113f06ab1f0ed462ad37db2d10ec2ba0b4ecc400.zip |
Importing the latest (r1798) changes uberlord made just before I've hit the commit button
svn path=/baselayout-vserver/trunk/; revision=200
Diffstat (limited to 'net-scripts/net.modules.d/wpa_supplicant')
-rw-r--r-- | net-scripts/net.modules.d/wpa_supplicant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-scripts/net.modules.d/wpa_supplicant b/net-scripts/net.modules.d/wpa_supplicant index 8458c0f..4f621d1 100644 --- a/net-scripts/net.modules.d/wpa_supplicant +++ b/net-scripts/net.modules.d/wpa_supplicant @@ -208,7 +208,7 @@ wpa_supplicant_pre_start() { opts="wpa_supplicant_${ifvar}" opts=" ${!opts} " [[ ${opts} != *" -D"* ]] \ - && ewarn "wpa_supplicant_${ifvar} does not define a driver" + && vewarn "wpa_supplicant_${ifvar} does not define a driver" # We only work on wirelesss interfaces unless a driver for wired # has been defined |