Sfoglia il codice sorgente

Unfortunately avahi can't be removed without also removing emacs

Bob Mottram 10 anni fa
parent
commit
05e070ecc0
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Vedi File

1975
   fi
1975
   fi
1976
   # only enable avahi if we're doing mesh networking
1976
   # only enable avahi if we're doing mesh networking
1977
   if [[ $ENABLE_BABEL != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_CJDNS != "yes" ]]; then
1977
   if [[ $ENABLE_BABEL != "yes" && $ENABLE_BATMAN != "yes" && $ENABLE_CJDNS != "yes" ]]; then
1978
-      # Ensure that avahi is not installed. We only need it for mesh networking
1979
-      # Where there is no conventional DNS resolution
1980
-      apt-get -y remove avahi-*
1981
       return
1978
       return
1982
   fi
1979
   fi
1983
   apt-get -y install avahi-utils avahi-autoipd avahi-dnsconfd
1980
   apt-get -y install avahi-utils avahi-autoipd avahi-dnsconfd