summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-10-14 13:59:35 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-10-15 00:47:04 +0200
commit4d53c6a4bcef9ce54d77f282cf6fd3b1d14a355f (patch)
treec4dae6ccc56a47bd6cc2f88e7b27e25d10788168 /scripts/netcfg
parentfa28358658487727fbb766361cf134dba6e73e36 (diff)
downloadnetctl-4d53c6a4bcef9ce54d77f282cf6fd3b1d14a355f.tar.gz
netctl-4d53c6a4bcef9ce54d77f282cf6fd3b1d14a355f.tar.xz
Shed some history
Prepare for the 3.0 release.
Diffstat (limited to 'scripts/netcfg')
-rwxr-xr-xscripts/netcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/netcfg b/scripts/netcfg
index dc5ebde..f1d79e8 100755
--- a/scripts/netcfg
+++ b/scripts/netcfg
@@ -67,7 +67,7 @@ case "$1" in
profile_up "$2";;
-d|down)
profile_down "$2";;
- -D|iface-down|-i) # -i is there for backward compatibility (pre 2.7)
+ -D|iface-down)
interface_down "$2";;
-a|all-down)
all_down;;