summaryrefslogtreecommitdiffstats
path: root/extra/avahi/avahi-0.6.28-daemon-dbus.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-20 14:01:22 +0100
committersibel <lesibel@free.fr>2011-01-20 14:01:22 +0100
commite317cc945d0076b3028e7bd712479e7c80f59db1 (patch)
tree4b473cebb10ac405fa51e03ef511b0b300c1b93d /extra/avahi/avahi-0.6.28-daemon-dbus.patch
parent161c7930202758cb86c11d9cbf162a66d7aaf1d8 (diff)
downloadnutyx-extra-e317cc945d0076b3028e7bd712479e7c80f59db1.tar.gz
nutyx-extra-e317cc945d0076b3028e7bd712479e7c80f59db1.tar.bz2
nutyx-extra-e317cc945d0076b3028e7bd712479e7c80f59db1.tar.xz
nutyx-extra-e317cc945d0076b3028e7bd712479e7c80f59db1.zip
avahi, maj 0.6.28-4
Diffstat (limited to 'extra/avahi/avahi-0.6.28-daemon-dbus.patch')
-rw-r--r--extra/avahi/avahi-0.6.28-daemon-dbus.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/avahi/avahi-0.6.28-daemon-dbus.patch b/extra/avahi/avahi-0.6.28-daemon-dbus.patch
new file mode 100644
index 000000000..a168f0387
--- /dev/null
+++ b/extra/avahi/avahi-0.6.28-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