summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-07-24 21:26:35 +0000
committerLennart Poettering <lennart@poettering.net>2007-07-24 21:26:35 +0000
commit672a9ae57083ba3022dad773e49792bc11c75e1c (patch)
tree842abc631cc53e8d0dd72c3787abe4ca5577d76c
parent99ce0a33041e5f368d08c59e6874af6e3ae6f22d (diff)
downloadavahi-672a9ae57083ba3022dad773e49792bc11c75e1c.tar.gz
Move fedora init script from start level 98 to 97 to leave some space so that cups can be started after avahi but before cups. Closes RHBZ 249044
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1501 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--initscript/fedora/avahi-daemon.in2
-rw-r--r--initscript/fedora/avahi-dnsconfd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/initscript/fedora/avahi-daemon.in b/initscript/fedora/avahi-daemon.in
index 662684f..a9d1e32 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 98 02
+# chkconfig: 345 97 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. \
diff --git a/initscript/fedora/avahi-dnsconfd.in b/initscript/fedora/avahi-dnsconfd.in
index d109e3f..6fde0ba 100644
--- a/initscript/fedora/avahi-dnsconfd.in
+++ b/initscript/fedora/avahi-dnsconfd.in
@@ -2,7 +2,7 @@
#
# avahi-daemon: Starts the Avahi dns configuration daemon
#
-# chkconfig: - 98 02
+# chkconfig: - 97 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 \