aboutsummaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/iwconfig.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/net.Linux/iwconfig.sh b/net.Linux/iwconfig.sh
index 6dfbc98f..15cb19ad 100644
--- a/net.Linux/iwconfig.sh
+++ b/net.Linux/iwconfig.sh
@@ -661,6 +661,13 @@ iwconfig_pre_start() {
return 0
fi
+ # Warn about old file - we want to punt it really
+ if [ -e /etc/conf.d/wireless ] ; then
+ ewarn "/etc/conf.d/wireless is deprecated"
+ ewarn "Please put all settings into /etc/conf.d/net"
+ . /etc/conf.d/wireless
+ fi
+
iwconfig_defaults
iwconfig_user_config