mirror of
https://git.yoctoproject.org/poky
synced 2026-05-16 17:27:54 +02:00
(From OE-Core rev: 1489c424a7a4728834d8253f81711ac0df25db9d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
52 lines
1.7 KiB
Diff
52 lines
1.7 KiB
Diff
Note: upcoming avahi 0.9 drops debian initscripts altogether,
|
|
so any version update would probably have to copy the last
|
|
upstream versions into oe-core, and install them from the recipe.
|
|
|
|
Upstream-Status: Inappropriate [upstream removed the files]
|
|
|
|
Index: avahi-0.7/initscript/debian/avahi-daemon.in
|
|
===================================================================
|
|
--- avahi-0.7.orig/initscript/debian/avahi-daemon.in
|
|
+++ avahi-0.7/initscript/debian/avahi-daemon.in
|
|
@@ -1,5 +1,17 @@
|
|
#!/bin/sh
|
|
-
|
|
+### BEGIN INIT INFO
|
|
+# Provides: avahi
|
|
+# Required-Start: $remote_fs dbus
|
|
+# Required-Stop: $remote_fs dbus
|
|
+# Should-Start: $syslog
|
|
+# Should-Stop: $syslog
|
|
+# Default-Start: 2 3 4 5
|
|
+# Default-Stop: 0 1 6
|
|
+# Short-Description: Avahi mDNS/DNS-SD Daemon
|
|
+# Description: Zeroconf daemon for configuring your network
|
|
+# automatically
|
|
+### END INIT INFO
|
|
+#
|
|
# This file is part of avahi.
|
|
#
|
|
# avahi is free software; you can redistribute it and/or modify it
|
|
Index: avahi-0.7/initscript/debian/avahi-dnsconfd.in
|
|
===================================================================
|
|
--- avahi-0.7.orig/initscript/debian/avahi-dnsconfd.in
|
|
+++ avahi-0.7/initscript/debian/avahi-dnsconfd.in
|
|
@@ -1,4 +1,17 @@
|
|
#!/bin/sh
|
|
+### BEGIN INIT INFO
|
|
+# Provides: avahi-dnsconfd
|
|
+# Required-Start: $remote_fs avahi
|
|
+# Required-Stop: $remote_fs avahi
|
|
+# Should-Start: $syslog
|
|
+# Should-Stop: $syslog
|
|
+# Default-Start: 2 3 4 5
|
|
+# Default-Stop: 0 1 6
|
|
+# Short-Description: Avahi mDNS/DNS-SD DNS configuration
|
|
+# Description: Zeroconf daemon for configuring your network
|
|
+# automatically
|
|
+### END INIT INFO
|
|
+#
|
|
|
|
# This file is part of avahi.
|
|
#
|