blob: c856c3df04604895228434e4d5a304a04b2a7643 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Pending
2
Brad Bishop316dfdd2018-06-25 12:45:53 -04003Index: 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 Williamsc124f4f2015-09-15 14:41:29 -05008 #!/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 Bishop316dfdd2018-06-25 12:45:53 -040023 # This file is part of avahi.
24 #
25 # avahi is free software; you can redistribute it and/or modify it
26Index: 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 Williamsc124f4f2015-09-15 14:41:29 -050031 #!/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 Bishop316dfdd2018-06-25 12:45:53 -040045
46 # This file is part of avahi.
47 #