izmjene za apache 2.4
authorIvan Rako <irako@nekkar.carnet.hr>
Sun, 21 Feb 2016 12:14:55 +0000 (13:14 +0100)
committerIvan Rako <irako@nekkar.carnet.hr>
Sun, 21 Feb 2016 12:14:55 +0000 (13:14 +0100)
debian/postinst

index bce2f37..f25b12c 100755 (executable)
@@ -23,6 +23,7 @@ if [ ! -L /etc/apache2/conf-available/mailman-cn.conf -a ! -f /etc/apache2/conf-
 fi
 
 a2enconf mailman-cn
+a2enmod cgi
 
 if [ -L /etc/apache2/conf.d/mailman-cn.conf ]; then
   rm -f /etc/apache2/conf.d/mailman-cn.conf
@@ -173,15 +174,13 @@ db_go || true
 db_stop || true
 
 # restart mailman
-if [ "$restart" = "yes" -a -x /etc/init.d/mailman -a -x /usr/sbin/invoke-rc.d ]; then
-  invoke-rc.d mailman stop
-  invoke-rc.d mailman start
+if [ "$restart" = "yes" ]; then
+  service mailman stop
+  service mailman start
 fi
 
 # reload apache2 
-if [ -x /usr/sbin/invoke-rc.d -a -x /etc/init.d/apache2 ]; then
-  invoke-rc.d apache2 reload
-fi
+service apache2 reload
 
 # promjena passworda
 echo