summaryrefslogtreecommitdiffstats
path: root/avahi/avahi-0.6.28-daemon-dbus.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-22 22:22:58 +0200
committerpiernov <piernov@piernov.org>2011-09-22 22:22:58 +0200
commitc7ce44957a275c08196da84628267bb20f2e5a35 (patch)
treecce627af96a15b6f9fcbbe2a22fcd7cf9e938104 /avahi/avahi-0.6.28-daemon-dbus.patch
parent3fd5ab46079d52e31c1981c7f593da5f3e745020 (diff)
downloadgnome3-c7ce44957a275c08196da84628267bb20f2e5a35.tar.gz
gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.tar.bz2
gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.tar.xz
gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.zip
avahi 0.6.30-3 split avahi-gtk 0.6.30-1 et avahi-qt4 0.6.30-1 + correction deps
Diffstat (limited to 'avahi/avahi-0.6.28-daemon-dbus.patch')
-rw-r--r--avahi/avahi-0.6.28-daemon-dbus.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/avahi/avahi-0.6.28-daemon-dbus.patch b/avahi/avahi-0.6.28-daemon-dbus.patch
deleted file mode 100644
index a168f03..0000000
--- a/avahi/avahi-0.6.28-daemon-dbus.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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