]> git.meshlink.io Git - catta/commitdiff
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 8efd4682c8496857e2cf5332937fdac23a4dbab2..0c274b94251c76faa9aa974fc414b0df28e6e6bf 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 a844b77cc1d4cdad054571b910c8a0e1084ff49f..4f7167ea6689ea9030b85543e29d1cdacee5c6d7 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)