From 9c881d484a3c54c6ba884e0eaeb2f8c77fc561db Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 2 Sep 2006 16:35:18 +0000 Subject: remove "set -e" from the hook scripts since this apparently breaks stuff in the main hook script git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-autoipd/dhclient-enter-hook.in | 2 -- avahi-autoipd/dhclient-exit-hook.in | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/avahi-autoipd/dhclient-enter-hook.in b/avahi-autoipd/dhclient-enter-hook.in index 8efd468..0c274b9 100755 --- a/avahi-autoipd/dhclient-enter-hook.in +++ b/avahi-autoipd/dhclient-enter-hook.in @@ -19,8 +19,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -set -e - case "$reason" in MEDIUM|ARPCHECK|ARPSEND|NBI) ;; diff --git a/avahi-autoipd/dhclient-exit-hook.in b/avahi-autoipd/dhclient-exit-hook.in index a844b77..4f7167e 100755 --- a/avahi-autoipd/dhclient-exit-hook.in +++ b/avahi-autoipd/dhclient-exit-hook.in @@ -19,14 +19,12 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -set -e - case "$reason" in MEDIUM|ARPCHECK|ARPSEND|NBI) ;; PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP) - # Stoping avahi-autoipd is left for the enter hook + # Stopping avahi-autoipd is left for the enter hook ;; EXPIRE|FAIL|RELEASE|TIMEOUT) -- cgit