avahi: Fix certain problems.

I've fixed certain problems reported on the bugtracker:
* avahi user and group were missing.
* Runtime dependency "dbus" added.
* Fixed wrong localstatedir.
* Program was not killed correctly by initscript.

Fixes #10338.
This commit is contained in:
Stefan Schantl
2014-01-18 23:16:43 +01:00
parent 240acdfd87
commit 192d43080e
3 changed files with 24 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ case "$1" in
stop)
boot_mesg "Stopping avahi..."
killproc /usr/sbin/avahi-daemon -k
/usr/sbin/avahi-daemon -k
;;
reload)