avahi: avahi-deamon needs dbus to work correctly
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# if dbus is enabled wait for it.
|
||||||
|
if [ -L /var/service/dbus ]; then
|
||||||
|
sv check dbus > /dev/null || exit 1
|
||||||
|
fi
|
||||||
exec avahi-daemon -s
|
exec avahi-daemon -s
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.6.32
|
version=0.6.32
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||||
|
|||||||
Reference in New Issue
Block a user