]> git.ipfire.org Git - people/ms/network.git/commitdiff
Update port hooks according to the last changes.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jun 2012 15:35:10 +0000 (15:35 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jun 2012 15:35:10 +0000 (15:35 +0000)
hooks/ports/bonding
hooks/ports/ethernet
hooks/ports/virtual
hooks/ports/wireless-ap

index 58ae34521f36a41b6a0c9158f9657d5ae0b19e79..b24dce023bc8b5ab635d333a3317dfe02037980e 100755 (executable)
@@ -19,7 +19,7 @@
 #                                                                             #
 ###############################################################################
 
-. /lib/network/header-port
+. /usr/lib/network/header-port
 
 HOOK_SETTINGS="HOOK DEVICE_MAC MIIMON MODE SLAVES"
 
@@ -203,5 +203,3 @@ function _status() {
 
         exit ${EXIT_OK}
 }
-
-run $@
index 5d93fc81caae86e251f26ab96d176ea96c18edbd..5647e45caa118c96652a92c64dfdc60fcec4d299 100755 (executable)
@@ -119,5 +119,3 @@ function _status() {
 
        exit ${EXIT_OK}
 }
-
-run $@
index a8c7d49e3bf7466eaca04140776e02eb75514ea7..69d71b638e9b1bb70f8bd20ed9f0931a185873f7 100755 (executable)
@@ -19,7 +19,7 @@
 #                                                                             #
 ###############################################################################
 
-. /lib/network/header-port
+. /usr/lib/network/header-port
 
 HOOK_SETTINGS="HOOK ADDRESS PARENT TAG"
 
@@ -150,5 +150,3 @@ function _status() {
 
        exit ${EXIT_OK}
 }
-
-run $@
index 5897c3df8f1bb52c299df898c48fb30ad7a227b1..3be46898b5fd0e0c74a0eb6464e54082ec403dc6 100755 (executable)
@@ -218,5 +218,3 @@ function _hotplug() {
 
        exit ${EXIT_OK}
 }
-
-run $@