izmjene za apache 2.4
[mailman-cn.git] / debian / postinst
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