mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
avahi: Fix bug #13017 - - dbus[n]: Unknown group "netdev" in message bus configuration file
- add command into avahi install.sh paks file to add netdev group if it doesn't exist - Update avahi PAK_VER to ensure that change is shipped Tested-by: Jon Murphy <jon.murphy@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
53dae68c59
commit
15214970e6
@@ -28,6 +28,7 @@ getent group avahi >/dev/null || groupadd -r avahi
|
||||
getent passwd avahi >/dev/null || \
|
||||
useradd -r -g avahi -d /var/run/avahi-daemon -s /sbin/nologin \
|
||||
-c "Avahi mDNS daemon" avahi
|
||||
getent group netdev > /dev/null || groupadd -r netdev
|
||||
|
||||
extract_files
|
||||
ln -svf ../init.d/avahi /etc/rc.d/rc3.d/S65avahi
|
||||
|
||||
Reference in New Issue
Block a user