summaryrefslogtreecommitdiffstats
path: root/src/netcfg
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2007-11-19 12:32:53 +0100
committerJames Rayner <james@archlinux.org>2007-11-19 12:32:53 +0100
commit38197ef003cf6b71e10606cb8745eda7bf8bbb22 (patch)
tree63d9de736fc21569d985b31fbd1f1f49555bfe63 /src/netcfg
parentbce740635a1649551b32d0d09a70e19dcedb37d3 (diff)
downloadnetctl-38197ef003cf6b71e10606cb8745eda7bf8bbb22.tar.gz
netctl-38197ef003cf6b71e10606cb8745eda7bf8bbb22.tar.xz
fixed missing ]] in wireless.subr
Diffstat (limited to 'src/netcfg')
-rw-r--r--src/netcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcfg b/src/netcfg
index 65cfc55..c82c8b5 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -12,7 +12,7 @@ err() {
printhl "$*"
}
-NETCFG_VER=2.0.0
+NETCFG_VER=2.0.1
PROFILE_DIR="/etc/network.d/"
SUBR_DIR="/usr/lib/network/"
STATE_DIR="/var/run/network/"