mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
avahi: disable wide-area
This commit is contained in:
parent
3be31d5338
commit
db3a35cd40
@ -34,6 +34,8 @@ mkdir -p $INSTALL/etc/avahi
|
|||||||
cp $PKG_BUILD/avahi-daemon/avahi-daemon.conf $INSTALL/etc/avahi
|
cp $PKG_BUILD/avahi-daemon/avahi-daemon.conf $INSTALL/etc/avahi
|
||||||
# for some reason avai can fail to start see: http://forums.gentoo.org/viewtopic-p-7322172.html#7322172
|
# for some reason avai can fail to start see: http://forums.gentoo.org/viewtopic-p-7322172.html#7322172
|
||||||
sed -e "s,^.*disallow-other-stacks=.*$,disallow-other-stacks=yes,g" -i $INSTALL/etc/avahi/avahi-daemon.conf
|
sed -e "s,^.*disallow-other-stacks=.*$,disallow-other-stacks=yes,g" -i $INSTALL/etc/avahi/avahi-daemon.conf
|
||||||
|
# disable wide-area
|
||||||
|
sed -e "s,^.*enable-wide-area=.*$,enable-wide-area=no,g" -i $INSTALL/etc/avahi/avahi-daemon.conf
|
||||||
cp $PKG_BUILD/avahi-daemon/hosts $INSTALL/etc/avahi
|
cp $PKG_BUILD/avahi-daemon/hosts $INSTALL/etc/avahi
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/avahi/services
|
mkdir -p $INSTALL/etc/avahi/services
|
||||||
|
Loading…
x
Reference in New Issue
Block a user