remove "set -e" from the hook scripts since this apparently breaks stuff in the main...
authorLennart Poettering <lennart@poettering.net>
Sat, 2 Sep 2006 16:35:18 +0000 (16:35 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 2 Sep 2006 16:35:18 +0000 (16:35 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-autoipd/dhclient-enter-hook.in
avahi-autoipd/dhclient-exit-hook.in

index 8efd468..0c274b9 100755 (executable)
@@ -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)
         ;;
index a844b77..4f7167e 100755 (executable)
 # 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)