izmjene za apache 2.4 jessie debian/2%2.1.18_cn0
authorIvan Rako <irako@nekkar.carnet.hr>
Sun, 21 Feb 2016 15:07:19 +0000 (16:07 +0100)
committerIvan Rako <irako@nekkar.carnet.hr>
Sun, 21 Feb 2016 15:07:19 +0000 (16:07 +0100)
debian/postinst
debian/postrm

index a89c76d..552f2dd 100755 (executable)
@@ -22,8 +22,8 @@ if [ ! -L /etc/apache2/conf-available/mailman-cn.conf -a ! -f /etc/apache2/conf-
   ln -sf /etc/mailman/apache.conf /etc/apache2/conf-available/mailman-cn.conf
 fi
 
-a2enconf mailman-cn
-a2enmod cgid
+a2enconf mailman-cn --quiet
+a2enmod cgid --quiet
 
 if [ -L /etc/apache2/conf.d/mailman-cn.conf ]; then
   rm -f /etc/apache2/conf.d/mailman-cn.conf
index 5642aad..c5afcf0 100755 (executable)
@@ -8,7 +8,7 @@ if [ /etc/apache2/conf.d/mailman-cn.conf ]; then
   rm -f /etc/apache2/conf.d/mailman-cn.conf
 fi
 
-a2disconf mailman-cn
+a2disconf mailman-cn --quiet
 
 if [ /etc/apache2/conf-available/mailman-cn.conf ]; then
   rm -f /etc/apache2/conf-available/mailman-cn.conf