Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Pending |
| 2 | |
| 3 | diff --git a/initscript/debian/avahi-daemon.in b/initscript/debian/avahi-daemon.in |
| 4 | index 30a2c2f..b5848a8 100755 |
| 5 | --- a/initscript/debian/avahi-daemon.in |
| 6 | +++ b/initscript/debian/avahi-daemon.in |
| 7 | @@ -1,2 +1,14 @@ |
| 8 | #!/bin/sh |
| 9 | - |
| 10 | +### BEGIN INIT INFO |
| 11 | +# Provides: avahi |
| 12 | +# Required-Start: $remote_fs dbus |
| 13 | +# Required-Stop: $remote_fs dbus |
| 14 | +# Should-Start: $syslog |
| 15 | +# Should-Stop: $syslog |
| 16 | +# Default-Start: 2 3 4 5 |
| 17 | +# Default-Stop: 0 1 6 |
| 18 | +# Short-Description: Avahi mDNS/DNS-SD Daemon |
| 19 | +# Description: Zeroconf daemon for configuring your network |
| 20 | +# automatically |
| 21 | +### END INIT INFO |
| 22 | +# |
| 23 | diff --git a/initscript/debian/avahi-dnsconfd.in b/initscript/debian/avahi-dnsconfd.in |
| 24 | index ac34804..f95c340 100755 |
| 25 | --- a/initscript/debian/avahi-dnsconfd.in |
| 26 | +++ b/initscript/debian/avahi-dnsconfd.in |
| 27 | @@ -1,1 +1,14 @@ |
| 28 | #!/bin/sh |
| 29 | +### BEGIN INIT INFO |
| 30 | +# Provides: avahi-dnsconfd |
| 31 | +# Required-Start: $remote_fs avahi |
| 32 | +# Required-Stop: $remote_fs avahi |
| 33 | +# Should-Start: $syslog |
| 34 | +# Should-Stop: $syslog |
| 35 | +# Default-Start: 2 3 4 5 |
| 36 | +# Default-Stop: 0 1 6 |
| 37 | +# Short-Description: Avahi mDNS/DNS-SD DNS configuration |
| 38 | +# Description: Zeroconf daemon for configuring your network |
| 39 | +# automatically |
| 40 | +### END INIT INFO |
| 41 | +# |