summaryrefslogtreecommitdiffstats
path: root/initscript/fedora/avahi-dnsconfd.in
diff options
context:
space:
mode:
Diffstat (limited to 'initscript/fedora/avahi-dnsconfd.in')
-rw-r--r--initscript/fedora/avahi-dnsconfd.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/initscript/fedora/avahi-dnsconfd.in b/initscript/fedora/avahi-dnsconfd.in
index a86bea8..4b96e94 100644
--- a/initscript/fedora/avahi-dnsconfd.in
+++ b/initscript/fedora/avahi-dnsconfd.in
@@ -1,8 +1,8 @@
#! /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 \
@@ -17,6 +17,7 @@ OTHER_AVAHI_OPTS=""
. /etc/sysconfig/network
AVAHI_BIN=@sbindir@/avahi-dnsconfd
+
if [ $1 == 'status' ]; then
test -x $AVAHI_BIN || exit 4
else
@@ -25,6 +26,8 @@ fi
LOCKFILE=/var/lock/subsys/avahi-dnsconfd
+base=${0##*/}
+
start() {
# Check that networking is configured.
[ ${NETWORKING} = "no" ] && exit 1
@@ -61,7 +64,6 @@ reload() {
return $RETVAL
}
-
restart() {
stop
start