summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/avahi/avahi-daemon-dbus.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:50:45 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:50:45 (GMT)
commit2f09e5e139a4be5d91782a94c00b9f64d453b0eb (patch)
tree7bdab1d7b490ed8c30a15fe95f5b6addd96bf599 /abs/core-testing/avahi/avahi-daemon-dbus.patch
parentd3d70f0555b4f33bafeaf02358ac2fcf0b2dcd10 (diff)
downloadlinhes_pkgbuild-2f09e5e139a4be5d91782a94c00b9f64d453b0eb.zip
linhes_pkgbuild-2f09e5e139a4be5d91782a94c00b9f64d453b0eb.tar.gz
linhes_pkgbuild-2f09e5e139a4be5d91782a94c00b9f64d453b0eb.tar.bz2
avahi:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/avahi/avahi-daemon-dbus.patch')
-rw-r--r--abs/core-testing/avahi/avahi-daemon-dbus.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/avahi/avahi-daemon-dbus.patch b/abs/core-testing/avahi/avahi-daemon-dbus.patch
new file mode 100644
index 0000000..fe82f41
--- /dev/null
+++ b/abs/core-testing/avahi/avahi-daemon-dbus.patch
@@ -0,0 +1,16 @@
+--- etc/rc.d/avahi-daemon 2010-02-26 21:10:30.000000000 -0600
++++ etc/rc.d/avahi-daemon 2010-02-26 21:09:44.000000000 -0600
+@@ -35,8 +35,11 @@
+
+ case "$1" in
+ start)
+- stat_busy "Starting $DESC"
+- $DAEMON -D > /dev/null 2>&1
++ if ck_daemon dbus; then
++ /etc/rc.d/dbus start
++ fi
++ stat_busy "Starting $DESC"
++ modprobe capability > /dev/null 2>&1 ; $DAEMON -D > /dev/null 2>&1
+ if [ $? -gt 0 ]; then
+ stat_fail
+ else