]> git.meshlink.io Git - catta/blobdiff - initscript/fedora/avahi-dnsconfd.in
fix avahi_netlink_new to allow multiple netlinks per process
[catta] / initscript / fedora / avahi-dnsconfd.in
index df8b964a9927dac7b66fa346218f85face0eefef..bd4182eb5778eaac9a7986adcbb9b7a352232113 100644 (file)
@@ -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"