From 987dfeb4163d6ffd51abf9157cc5d011127dae64 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 10 Jun 2012 15:35:10 +0000 Subject: [PATCH] Update port hooks according to the last changes. --- hooks/ports/bonding | 4 +--- hooks/ports/ethernet | 2 -- hooks/ports/virtual | 4 +--- hooks/ports/wireless-ap | 2 -- 4 files changed, 2 insertions(+), 10 deletions(-) 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 $@ -- 2.47.3