aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-09 18:56:26 +0000
committerRoy Marples <roy@marples.name>2007-04-09 18:56:26 +0000
commit5076114aa70b102ffabdb5023ccae4b299be82df (patch)
tree58dfd93d980a70a322808867850b7bee03c0e6b4 /sh
parent89ac4eee26d07f9e62dcc518d386551e8eef40ad (diff)
routes_SSID now works, as does iwconfig.sh for BSD
Diffstat (limited to 'sh')
-rwxr-xr-xsh/net.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/net.sh b/sh/net.sh
index c839dd4c..30c68fc3 100755
--- a/sh/net.sh
+++ b/sh/net.sh
@@ -4,7 +4,7 @@
MODULESDIR="${RC_LIBDIR}/net"
MODULESLIST="${RC_SVCDIR}/nettree"
-_config_vars="config"
+_config_vars="config routes"
[ -z "${IN_BACKGROUND}" ] && IN_BACKGROUND=false