From 498f3fc095103b2a220a00b27d43f4dae02d5459 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Jun 2011 22:47:34 +0000 Subject: Wed Jun 8 22:47:33 UTC 2011 --- testing/avahi/avahi-daemon-dbus.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/avahi/avahi-daemon-dbus.patch (limited to 'testing/avahi/avahi-daemon-dbus.patch') diff --git a/testing/avahi/avahi-daemon-dbus.patch b/testing/avahi/avahi-daemon-dbus.patch new file mode 100644 index 000000000..ef7272082 --- /dev/null +++ b/testing/avahi/avahi-daemon-dbus.patch @@ -0,0 +1,11 @@ +diff -aur old/initscript/archlinux/avahi-daemon.in new/initscript/archlinux/avahi-daemon.in +--- old/initscript/archlinux/avahi-daemon.in 2010-06-29 05:30:35.000000000 +0200 ++++ new/initscript/archlinux/avahi-daemon.in 2011-06-07 12:20:03.237701492 +0200 +@@ -33,6 +33,7 @@ + + case "$1" in + start) ++ ck_daemon dbus && /etc/rc.d/dbus start + stat_busy "Starting $DESC" + $DAEMON -D > /dev/null 2>&1 + if [ $? -gt 0 ]; then -- cgit v1.2.3-54-g00ecf