X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-autoipd%2Fdhclient-exit-hook.in;h=379cb4647eb73f2bd6b380051a4b8cbef4c20ea9;hb=22d4df25cb5093a878dca5132b316c27ba47bd83;hp=3dcb7df2d98b6764cc8c782feb67dd8294bb01f6;hpb=6d19f5e1d1800396007e0f26bac8232539a2094c;p=catta diff --git a/avahi-autoipd/dhclient-exit-hook.in b/avahi-autoipd/dhclient-exit-hook.in index 3dcb7df..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 @@ -26,7 +24,7 @@ case "$reason" in PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE) # Stopping avahi-autoipd is left for the enter hook ;; - + EXPIRE|FAIL|TIMEOUT) @sbindir@/avahi-autoipd -wD $interface 2> /dev/null ;;