Просмотр исходного кода

Unfortunately avahi can't be removed without also removing emacs

Bob Mottram 9 лет назад
Родитель
Сommit
05e070ecc0
1 измененных файлов: 0 добавлений и 3 удалений
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Просмотреть файл

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