From 672a9ae57083ba3022dad773e49792bc11c75e1c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 24 Jul 2007 21:26:35 +0000 Subject: 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 --- initscript/fedora/avahi-daemon.in | 2 +- initscript/fedora/avahi-dnsconfd.in | 2 +- 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 \ -- cgit