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
# on the local LAN. This is useful for configuring unicast DNS servers in \
# a DHCP-like fashion with mDNS.
# processname: avahi-dnsconfd
-# config:
+# config:
OTHER_AVAHI_OPTS=""
AVAHI_BIN=@sbindir@/avahi-dnsconfd
-if [ $1 == 'status' ]; then
+if [ "$1" == 'status' ]; then
test -x $AVAHI_BIN || exit 4
-else
+else
test -x $AVAHI_BIN || exit 5
fi
restart
;;
reload)
- reload
+ reload
;;
condrestart)
if [ -f $LOCKFILE ]; then
esac
exit $RETVAL
-