From 8f106ca9eb014411a4276dd0ab87efce8921e332 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Sep 2007 16:57:42 +0000 Subject: move fedora init script to level 96, closing rhbz #249044 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1534 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- initscript/fedora/avahi-dnsconfd.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'initscript/fedora/avahi-dnsconfd.in') 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 -- cgit