summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xavahi-autoipd/dhclient-enter-hook.in2
-rwxr-xr-xavahi-autoipd/dhclient-exit-hook.in4
2 files changed, 1 insertions, 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)