From 061eb7029db45cc2b032adbd80418542476693ce Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Sun, 21 Feb 2016 13:14:55 +0100 Subject: [PATCH] izmjene za apache 2.4 --- debian/postinst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/postinst b/debian/postinst index bce2f37..f25b12c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 -- 1.7.10.4