X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=initscript%2Ffedora%2Favahi-dnsconfd.in;h=bd4182eb5778eaac9a7986adcbb9b7a352232113;hb=7a5b2f69af7d36d6cd4153142f125fa011784e03;hp=df8b964a9927dac7b66fa346218f85face0eefef;hpb=53ac2245c30daf71413dc52b07676bdd823729b4;p=catta diff --git a/initscript/fedora/avahi-dnsconfd.in b/initscript/fedora/avahi-dnsconfd.in index df8b964..bd4182e 100644 --- a/initscript/fedora/avahi-dnsconfd.in +++ b/initscript/fedora/avahi-dnsconfd.in @@ -1,15 +1,31 @@ #!/bin/sh # -# avahi-dnsconfd: Starts the Avahi dns configuration daemon +# avahi-dnsconfd: Starts the Avahi DNS Configuration Daemon # # 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 \ -# a DHCP-like fashion with mDNS. +# 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 a DHCP-like fashion with mDNS. # processname: avahi-dnsconfd # pidfile: @localstatedir@/run/avahi-dnsconfd.pid +### BEGIN INIT INFO +# Required-Start: avahi-daemon +# Required-Stop: avahi-daemon +# Should-Start: $syslog $network $local_fs +# Should-Stop: $syslog $local_fs +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Starts the Avahi DNS Configuration Daemon +# 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 a DHCP-like fashion with mDNS. +### END INIT INFO + AVAHI_BIN=@sbindir@/avahi-dnsconfd AVAHI_OPTS="-D"