]> git.meshlink.io Git - catta/blobdiff - avahi-autoipd/dhclient-enter-hook.in
l10n: Updated Hungarian (hu) translation to 100%
[catta] / avahi-autoipd / dhclient-enter-hook.in
index 0c274b94251c76faa9aa974fc414b0df28e6e6bf..a746856ea4e640f0d36b3c366818dd329528a551 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-# $Id$
-#
 # This file is part of avahi.
 # 
 # avahi is free software; you can redistribute it and/or modify it
@@ -23,11 +21,11 @@ case "$reason" in
     MEDIUM|ARPCHECK|ARPSEND|NBI)
         ;;
 
-    PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP)
+    PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
         @sbindir@/avahi-autoipd -k $interface 2> /dev/null
         ;;
     
-    EXPIRE|FAIL|RELEASE|TIMEOUT)
+    EXPIRE|FAIL|TIMEOUT)
         # Starting avahi-autoipd is left for the exit hook
         ;;
 esac