1Upstream-Status: Pending
2
3Index: 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 @@
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 # 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 @@
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+#
45
46 # This file is part of avahi.
47 #
48