#
# avahi-daemon: Starts the Avahi Daemon
#
-# chkconfig: 345 97 02
+# chkconfig: 345 96 02
# description: This is a daemon which runs on client machines to perform \
# Zeroconf service discovery on a network. avahi-daemon must be \
# running on systems that use Avahi for service discovery. \
. /etc/init.d/functions
. /etc/sysconfig/network
-
AVAHI_BIN=@sbindir@/avahi-daemon
if [ $1 == 'status' ]; then
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart}"
exit 2
+ ;;
esac
exit $RETVAL
#! /bin/sh
#
-# avahi-daemon: Starts the Avahi dns configuration daemon
+# avahi-dnsconfd: Starts the Avahi dns configuration daemon
#
-# chkconfig: - 97 02
+# chkconfig: - 96 02
# description: avahi-dnsconfd connects to a running avahi-daemon and runs the script \
# /etc/avahi/dnsconf.action for each unicast DNS server that is announced \
# on the local LAN. This is useful for configuring unicast DNS servers in \
. /etc/sysconfig/network
AVAHI_BIN=@sbindir@/avahi-dnsconfd
+
if [ $1 == 'status' ]; then
test -x $AVAHI_BIN || exit 4
else
LOCKFILE=/var/lock/subsys/avahi-dnsconfd
+base=${0##*/}
+
start() {
# Check that networking is configured.
[ ${NETWORKING} = "no" ] && exit 1
return $RETVAL
}
-
restart() {
stop
start