X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-autoipd%2Fdhclient-exit-hook.in;h=379cb4647eb73f2bd6b380051a4b8cbef4c20ea9;hb=e653fb366c1a6c56be5a56e4b63d66498a7dc4e4;hp=4f7167ea6689ea9030b85543e29d1cdacee5c6d7;hpb=9c881d484a3c54c6ba884e0eaeb2f8c77fc561db;p=catta diff --git a/avahi-autoipd/dhclient-exit-hook.in b/avahi-autoipd/dhclient-exit-hook.in index 4f7167e..379cb46 100755 --- a/avahi-autoipd/dhclient-exit-hook.in +++ b/avahi-autoipd/dhclient-exit-hook.in @@ -1,9 +1,7 @@ #!/bin/sh -# $Id$ -# # This file is part of avahi. -# +# # avahi is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the @@ -23,11 +21,11 @@ case "$reason" in MEDIUM|ARPCHECK|ARPSEND|NBI) ;; - PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP) + PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE) # Stopping avahi-autoipd is left for the enter hook ;; - - EXPIRE|FAIL|RELEASE|TIMEOUT) + + EXPIRE|FAIL|TIMEOUT) @sbindir@/avahi-autoipd -wD $interface 2> /dev/null ;; esac