From d6fe7787989b749d8f0cab45a546dff1a1a101f6 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 18 Jul 2013 16:41:00 +0300 Subject: [PATCH] avahi: cleanup - *.actions are pointless. no autoipd / dnscondfd here - we have no httpd on port 80. remove http.service - temp disable ssh.service. rarely used or not used at all --- packages/network/avahi/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/network/avahi/install b/packages/network/avahi/install index 9c5e607ee0..6c0050c9d2 100755 --- a/packages/network/avahi/install +++ b/packages/network/avahi/install @@ -31,16 +31,13 @@ add_user avahiautoipd x 496 496 "avahi-autoipd" "/var/lib/avahi-autoipd" "/bin/s add_group avahiautoipd 496 mkdir -p $INSTALL/etc/avahi - cp $PKG_BUILD/avahi-autoipd/avahi-autoipd.action $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 sed -e "s,^.*disallow-other-stacks=.*$,disallow-other-stacks=yes,g" -i $INSTALL/etc/avahi/avahi-daemon.conf - cp $PKG_BUILD/avahi-dnsconfd/avahi-dnsconfd.action $INSTALL/etc/avahi cp $PKG_BUILD/avahi-daemon/hosts $INSTALL/etc/avahi mkdir -p $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_BUILD/avahi-daemon/ssh.service $INSTALL/etc/avahi/services if [ $SAMBA_SERVER = "yes" ]; then if [ -f $PROJECT_DIR/$PROJECT/avahi/samba.service ]; then