]> git.meshlink.io Git - catta/blobdiff - initscript/mandriva/avahi-daemon.in
Hungarian translation added
[catta] / initscript / mandriva / avahi-daemon.in
index 2efbc6e9a40c51d1dad42553c147d0bb5b0715e7..f285d3be39ff15405e8f9530d57cb71d9f9ef240 100644 (file)
@@ -8,6 +8,9 @@
 # Description: Avahi, a ZeroConf daemon whichs implements an mDNS stack 
 ### END INIT INFO
 
+AVAHI_BIN=@sbindir@/avahi-daemon
+test -x $AVAHI_BIN || exit 5
+
 # Source function library.
 . /etc/init.d/functions
 
@@ -16,9 +19,6 @@
 # Check that networking is configured.
 [ ${NETWORKING} = "no" ] && exit 0
 
-AVAHI_BIN=@sbindir@/avahi-daemon
-test -x $AVAHI_BIN || exit 5
-
 start() {
        echo -n $"Starting Avahi daemon: "
        $AVAHI_BIN -D