diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 21:01:55 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 21:01:55 +0200 |
commit | 43926c44661a9f8499b3fb9775e1cfdd4aef2bdf (patch) | |
tree | c8a01d6692bd8132971db7e4cbc12689856cdb71 /scripts | |
parent | c45d8ae987272cc64ec84d00de44f16c69e03034 (diff) | |
download | netctl-43926c44661a9f8499b3fb9775e1cfdd4aef2bdf.tar.gz netctl-43926c44661a9f8499b3fb9775e1cfdd4aef2bdf.tar.xz |
Allow using markdown instead of pandoc, packaging fixes
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/netcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/netcfg b/scripts/netcfg index e00794d..7b8fa8a 100755 --- a/scripts/netcfg +++ b/scripts/netcfg @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.6 +NETCFG_VER=2.6rc1 version() { |