mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
avahi:
- fix creation of user avahiautoipd
This commit is contained in:
parent
2310f81f1c
commit
6b995346a2
@ -10,8 +10,9 @@ $SCRIPTS/install dbus
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
add_user avahi x 495 495 "avahi-daemon" "/var/run/avahi-daemon" "/bin/sh"
|
||||
add_user avahi-autoipd x 496 496 "avahi-autoipd" "/var/lib/avahi-autoipd" "/bin/sh"
|
||||
add_group avahi 495
|
||||
|
||||
add_user avahiautoipd x 496 496 "avahi-autoipd" "/var/lib/avahi-autoipd" "/bin/sh"
|
||||
add_group avahiautoipd 496
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user