mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 22:16:09 +02:00
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:
@@ -18,7 +18,7 @@ case "$1" in
|
||||
|
||||
stop)
|
||||
boot_mesg "Stopping avahi..."
|
||||
killproc /usr/sbin/avahi-daemon -k
|
||||
/usr/sbin/avahi-daemon -k
|
||||
;;
|
||||
|
||||
reload)
|
||||
|
||||
Reference in New Issue
Block a user