From: Michael Tremer Date: Sun, 10 Jun 2012 15:35:10 +0000 (+0000) Subject: Update port hooks according to the last changes. X-Git-Tag: 004~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987dfeb4163d6ffd51abf9157cc5d011127dae64;p=network.git Update port hooks according to the last changes. --- diff --git a/hooks/ports/bonding b/hooks/ports/bonding index 58ae3452..b24dce02 100755 --- a/hooks/ports/bonding +++ b/hooks/ports/bonding @@ -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 $@ diff --git a/hooks/ports/ethernet b/hooks/ports/ethernet index 5d93fc81..5647e45c 100755 --- a/hooks/ports/ethernet +++ b/hooks/ports/ethernet @@ -119,5 +119,3 @@ function _status() { exit ${EXIT_OK} } - -run $@ diff --git a/hooks/ports/virtual b/hooks/ports/virtual index a8c7d49e..69d71b63 100755 --- a/hooks/ports/virtual +++ b/hooks/ports/virtual @@ -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 $@ diff --git a/hooks/ports/wireless-ap b/hooks/ports/wireless-ap index 5897c3df..3be46898 100755 --- a/hooks/ports/wireless-ap +++ b/hooks/ports/wireless-ap @@ -218,5 +218,3 @@ function _hotplug() { exit ${EXIT_OK} } - -run $@