]> git.meshlink.io Git - catta/blobdiff - initscript/fedora/avahi-daemon.in
Add missing INTLTOOL_DESKTOP_RULE
[catta] / initscript / fedora / avahi-daemon.in
index f26757752833eb6a6bf14a3e2005e1d7a2126725..d30986652d88ae6f0fb268d287c06bcb936cdb75 100644 (file)
 # processname: avahi-daemon
 # config: 
 
-OTHER_AVAHI_OPTS=""
-
-# Source function library.
-. /etc/init.d/functions
-. /etc/sysconfig/network
-
 AVAHI_BIN=@sbindir@/avahi-daemon
 
-if [ $1 == 'status' ]; then
+if [ "$1" == 'status' ]; then
     test -x $AVAHI_BIN || exit 4
 else 
     test -x $AVAHI_BIN || exit 5
 fi
 
+OTHER_AVAHI_OPTS=""
+
+# Source function library.
+. /etc/init.d/functions
+. /etc/sysconfig/network
+
 LOCKFILE=/var/lock/subsys/avahi-daemon
 
 base=${0##*/}