summaryrefslogtreecommitdiffstats
path: root/abs/core/avahi/avahi-daemon-dbus.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-06 22:29:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-06 22:29:02 (GMT)
commit999d8e68e11f9676c491540601ae0a191e1fab49 (patch)
tree9a6fc38f0ac1e0399f5628717fbf7cb10eb3fb72 /abs/core/avahi/avahi-daemon-dbus.patch
parentbed9218f521cfd8631017f995aa5bdb4f2bd67aa (diff)
downloadlinhes_pkgbuild-999d8e68e11f9676c491540601ae0a191e1fab49.zip
linhes_pkgbuild-999d8e68e11f9676c491540601ae0a191e1fab49.tar.gz
linhes_pkgbuild-999d8e68e11f9676c491540601ae0a191e1fab49.tar.bz2
avahi 0.6.31
Diffstat (limited to 'abs/core/avahi/avahi-daemon-dbus.patch')
-rw-r--r--abs/core/avahi/avahi-daemon-dbus.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core/avahi/avahi-daemon-dbus.patch b/abs/core/avahi/avahi-daemon-dbus.patch
deleted file mode 100644
index a168f03..0000000
--- a/abs/core/avahi/avahi-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