X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-autoipd%2Fdhclient-exit-hook.in;h=4f7167ea6689ea9030b85543e29d1cdacee5c6d7;hb=c3ebaaeee7eae6f54b4bb9a349f248e6aaa98fba;hp=a844b77cc1d4cdad054571b910c8a0e1084ff49f;hpb=deb30fa40d8131132d2d05b4439a0d773766f21b;p=catta 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)