Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Pending |
| 2 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 3 | Index: avahi-0.7/initscript/debian/avahi-daemon.in |
| 4 | =================================================================== |
| 5 | --- avahi-0.7.orig/initscript/debian/avahi-daemon.in |
| 6 | +++ avahi-0.7/initscript/debian/avahi-daemon.in |
| 7 | @@ -1,5 +1,17 @@ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 | +# |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 23 | # This file is part of avahi. |
| 24 | # |
| 25 | # avahi is free software; you can redistribute it and/or modify it |
| 26 | Index: avahi-0.7/initscript/debian/avahi-dnsconfd.in |
| 27 | =================================================================== |
| 28 | --- avahi-0.7.orig/initscript/debian/avahi-dnsconfd.in |
| 29 | +++ avahi-0.7/initscript/debian/avahi-dnsconfd.in |
| 30 | @@ -1,4 +1,17 @@ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 31 | #!/bin/sh |
| 32 | +### BEGIN INIT INFO |
| 33 | +# Provides: avahi-dnsconfd |
| 34 | +# Required-Start: $remote_fs avahi |
| 35 | +# Required-Stop: $remote_fs avahi |
| 36 | +# Should-Start: $syslog |
| 37 | +# Should-Stop: $syslog |
| 38 | +# Default-Start: 2 3 4 5 |
| 39 | +# Default-Stop: 0 1 6 |
| 40 | +# Short-Description: Avahi mDNS/DNS-SD DNS configuration |
| 41 | +# Description: Zeroconf daemon for configuring your network |
| 42 | +# automatically |
| 43 | +### END INIT INFO |
| 44 | +# |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 45 | |
| 46 | # This file is part of avahi. |
| 47 | # |