diff options
-rw-r--r-- | initscript/fedora/avahi-daemon.in | 2 | ||||
-rw-r--r-- | 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 \ |