mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
avahi: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4803 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -9,7 +9,8 @@ DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
|
||||
RRECOMMENDS = "libnss-mdns"
|
||||
RRECOMMENDS_avahi-daemon = "libnss-mdns"
|
||||
|
||||
SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz"
|
||||
SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
|
||||
file://initscript.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig update-rc.d
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require avahi.inc
|
||||
|
||||
RDEPENDS_avahi-daemon = "sysvinit-pidof"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
|
||||
${sysconfdir}/avahi/avahi-autoipd.action \
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
diff --git a/initscript/debian/avahi-daemon.in b/initscript/debian/avahi-daemon.in
|
||||
index 30a2c2f..b5848a8 100755
|
||||
--- a/initscript/debian/avahi-daemon.in
|
||||
+++ b/initscript/debian/avahi-daemon.in
|
||||
@@ -1,2 +1,14 @@
|
||||
#!/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
|
||||
+#
|
||||
diff --git a/initscript/debian/avahi-dnsconfd.in b/initscript/debian/avahi-dnsconfd.in
|
||||
index ac34804..f95c340 100755
|
||||
--- a/initscript/debian/avahi-dnsconfd.in
|
||||
+++ b/initscript/debian/avahi-dnsconfd.in
|
||||
@@ -1,1 +1,14 @@
|
||||
#!/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
|
||||
+#
|
||||
Reference in New Issue
Block a user