Explorar o código

remove chrooted bind package

Serghey Rodin %!s(int64=8) %!d(string=hai) anos
pai
achega
c8e03744ab
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      install/vst-install-rhel.sh

+ 1 - 0
install/vst-install-rhel.sh

@@ -486,6 +486,7 @@ cp /etc/php-fpm.conf $vst_backups/php-fpm > /dev/null 2>&1
 mv -f /etc/php-fpm.d/* $vst_backups/php-fpm/ > /dev/null 2>&1
 
 # Backing up Bind configuration
+yum remove bind-chroot > /dev/null 2>&1
 service named stop > /dev/null 2>&1
 cp /etc/named.conf $vst_backups/named >/dev/null 2>&1