mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
avahi: dont install sftp-ssh.service (thanks to Wintemrute), cleanup, depends now on connman
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2f03d168a8
commit
d6892b1473
@ -5,6 +5,7 @@
|
|||||||
$SCRIPTS/install expat
|
$SCRIPTS/install expat
|
||||||
$SCRIPTS/install libdaemon
|
$SCRIPTS/install libdaemon
|
||||||
$SCRIPTS/install dbus
|
$SCRIPTS/install dbus
|
||||||
|
$SCRIPTS/install connman
|
||||||
|
|
||||||
add_user avahi x 495 495 "avahi-daemon" "/var/run/avahi-daemon" "/bin/sh"
|
add_user avahi x 495 495 "avahi-daemon" "/var/run/avahi-daemon" "/bin/sh"
|
||||||
add_group avahi 495
|
add_group avahi 495
|
||||||
@ -19,7 +20,7 @@ mkdir -p $INSTALL/etc/avahi
|
|||||||
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
|
||||||
cp $PKG_BUILD/avahi-daemon/sftp-ssh.service $INSTALL/etc/avahi/services
|
# cp $PKG_BUILD/avahi-daemon/sftp-ssh.service $INSTALL/etc/avahi/services
|
||||||
cp $PKG_BUILD/avahi-daemon/ssh.service $INSTALL/etc/avahi/services
|
cp $PKG_BUILD/avahi-daemon/ssh.service $INSTALL/etc/avahi/services
|
||||||
cp $PKG_DIR/config/http.service $INSTALL/etc/avahi/services
|
cp $PKG_DIR/config/http.service $INSTALL/etc/avahi/services
|
||||||
cp $PKG_DIR/config/samba.service $INSTALL/etc/avahi/services
|
cp $PKG_DIR/config/samba.service $INSTALL/etc/avahi/services
|
||||||
@ -55,12 +56,3 @@ mkdir -p $INSTALL/usr/share/avahi
|
|||||||
mkdir -p $INSTALL/usr/share/dbus-1/interfaces
|
mkdir -p $INSTALL/usr/share/dbus-1/interfaces
|
||||||
cp $PKG_BUILD/avahi-daemon/org.freedesktop.Avahi.*.xml $INSTALL/usr/share/dbus-1/interfaces
|
cp $PKG_BUILD/avahi-daemon/org.freedesktop.Avahi.*.xml $INSTALL/usr/share/dbus-1/interfaces
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user