summaryrefslogtreecommitdiffstats
path: root/initscript/fedora/avahi-daemon.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-06 16:57:42 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-06 16:57:42 +0000
commit8f106ca9eb014411a4276dd0ab87efce8921e332 (patch)
tree9a218e3af8ab05e456130b9cd9a8111052381cf8 /initscript/fedora/avahi-daemon.in
parent15f5bd4aa32e7c462ebccc8c1ef8da70bdcc68f4 (diff)
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
Diffstat (limited to 'initscript/fedora/avahi-daemon.in')
-rw-r--r--initscript/fedora/avahi-daemon.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/initscript/fedora/avahi-daemon.in b/initscript/fedora/avahi-daemon.in
index 46318cf..f267577 100644
--- a/initscript/fedora/avahi-daemon.in
+++ b/initscript/fedora/avahi-daemon.in
@@ -2,7 +2,7 @@
#
# 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. \
@@ -16,7 +16,6 @@ OTHER_AVAHI_OPTS=""
. /etc/init.d/functions
. /etc/sysconfig/network
-
AVAHI_BIN=@sbindir@/avahi-daemon
if [ $1 == 'status' ]; then
@@ -102,6 +101,7 @@ case "$1" in
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart}"
exit 2
+ ;;
esac
exit $RETVAL