Ticket #337: avahi-daemon-dbus.patch
| File avahi-daemon-dbus.patch, 452 bytes (added by bisson, 2 years ago) |
|---|
-
initscript/archlinux/avahi-daemon.in
diff -aur old/initscript/archlinux/avahi-daemon.in new/initscript/archlinux/avahi-daemon.in
old new 33 33 34 34 case "$1" in 35 35 start) 36 ck_daemon dbus && /etc/rc.d/dbus start 36 37 stat_busy "Starting $DESC" 37 38 $DAEMON -D > /dev/null 2>&1 38 39 if [ $? -gt 0 ]; then
