summaryrefslogtreecommitdiff
path: root/gnome-unstable/avahi/avahi-daemon-dbus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/avahi/avahi-daemon-dbus.patch')
-rw-r--r--gnome-unstable/avahi/avahi-daemon-dbus.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-unstable/avahi/avahi-daemon-dbus.patch b/gnome-unstable/avahi/avahi-daemon-dbus.patch
new file mode 100644
index 000000000..a168f0387
--- /dev/null
+++ b/gnome-unstable/avahi/avahi-daemon-dbus.patch
@@ -0,0 +1,11 @@
+--- initscript/archlinux/avahi-daemon.in 2010-08-17 22:23:46.510293144 +0200
++++ initscript/archlinux/avahi-daemon.in 2010-08-17 22:46:58.110163026 +0200
+@@ -33,6 +35,8 @@
+
+ case "$1" in
+ start)
++ ck_daemon dbus && /etc/rc.d/dbus start
++ modprobe capability &> /dev/null
+ stat_busy "Starting $DESC"
+ $DAEMON -D > /dev/null 2>&1
+ if [ $? -gt 0 ]; then