aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-06-09 00:02:58 +0200
committerThomas Bächler <thomas@archlinux.org>2009-06-09 00:02:58 +0200
commit5e0ac3a1759134a63936e7a3dcf2c4378b934617 (patch)
tree7ca804b7fe0e8cde4d71d8397c08af9d2342ddec /network
parentd42decabd30ff8031a02cb94ddf98a86a38eecdc (diff)
downloadinitscripts-5e0ac3a1759134a63936e7a3dcf2c4378b934617.tar.xz
network: Remove the hotplug_ifup command, the function has been removed a long time ago
Diffstat (limited to 'network')
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
diff --git a/network b/network
index 26cc9db..6e68877 100755
--- a/network
+++ b/network
@@ -227,7 +227,7 @@ case "$1" in
/bin/sleep 2
$0 start
;;
- hotplug_ifup|ifup|ifdown|iflist|rtup|rtdown|rtlist)
+ ifup|ifdown|iflist|rtup|rtdown|rtlist)
$1 $2
;;
*)