avahi-0.2: start avahi-daemon after dbus-daemon
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 3 Sep 2005 12:23:36 +0000 (12:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 3 Sep 2005 12:23:36 +0000 (12:23 +0000)
packages/avahi/avahi_0.2.bb

index 00c4dbd..1b80121 100644 (file)
@@ -5,11 +5,10 @@ DEPENDS = "expat libdaemon dbus-0.34"
 RRECOMMENDS = "libnss-mdns"
 SECTION = "net"
 PRIORITY = "optional"
+PR = "r1"
 
 SRC_URI = "http://www.freedesktop.org/~lennart/avahi-${PV}.tar.gz"
 
-#         file://no-strict-ansi.patch;patch=1"
-
 PACKAGES = "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-dev avahi-doc"
 
 FILES_libavahi-common = "${libdir}/libavahi-common.so.*"
@@ -35,7 +34,9 @@ inherit update-rc.d
 
 INITSCRIPT_PACKAGES = "avahi-daemon avahi-dnsconfd"
 INITSCRIPT_NAME_avahi-daemon = "avahi-daemon"
+INITSCRIPT_PARAMS_avahi-daemon = "defaults 21 19"
 INITSCRIPT_NAME_avahi-dnsconfd = "avahi-dnsconfd"
+INITSCRIPT_PARAMS_avahi-dnsconfd = "defaults 22 19"
 
 pkg_postinst_avahi-daemon () {
        grep avahi /etc/passwd || adduser --disabled-password --system --home /var/run/avahi-daemon avahi