From 39e2c92543719202b66add3ea6fa5d917d53445e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 10 Aug 2015 19:57:28 +0100 Subject: [PATCH] Uninstall avahi for non mesh variants --- src/freedombone | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone b/src/freedombone index 147a1186..b48e44dc 100755 --- a/src/freedombone +++ b/src/freedombone @@ -1654,6 +1654,9 @@ function configure_avahi { fi # only enable avahi if we're doing mesh networking if [[ $ENABLE_BABEL != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_CJDNS != "yes" ]]; then + # Ensure that avahi is not installed. We only need it for mesh networking + # Where there is no conventional DNS resolution + apt-get -y remove avahi-* return fi apt-get -y install avahi-utils avahi-autoipd avahi-dnsconfd