summaryrefslogtreecommitdiffstats
path: root/extra/avahi
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-28 21:08:01 +0200
committerpiernov <piernov@piernov.org>2011-09-28 21:09:54 +0200
commit4bb15d8c0b17ead79710771657502a07416bcfc4 (patch)
tree19f9c2c0292804750dc48af851dd543b9e2c3dc9 /extra/avahi
parent99772e037be88caf5188c898d5e846cd1c971c40 (diff)
downloadnutyx-extra-4bb15d8c0b17ead79710771657502a07416bcfc4.tar.gz
nutyx-extra-4bb15d8c0b17ead79710771657502a07416bcfc4.tar.bz2
nutyx-extra-4bb15d8c0b17ead79710771657502a07416bcfc4.tar.xz
nutyx-extra-4bb15d8c0b17ead79710771657502a07416bcfc4.zip
avahi-qt4 0.6.30-1 ajout port
Diffstat (limited to 'extra/avahi')
-rw-r--r--extra/avahi/avahi-0.6.28-daemon-dbus.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/avahi/avahi-0.6.28-daemon-dbus.patch b/extra/avahi/avahi-0.6.28-daemon-dbus.patch
deleted file mode 100644
index a168f0387..000000000
--- a/extra/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