This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  6d1e04fa31c32207ddbe333afdc97c45607b40a0 (commit)
      from  07a90fde1d8f44db789962e33161c3166d049ac0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=6d1e04fa31c32207ddbe333afdc97c45607b40a0

commit 6d1e04fa31c32207ddbe333afdc97c45607b40a0
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Mon Apr 9 09:51:22 2018 +0000

    OpenSuSE: enable mpm_itk module

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 4faad5c..9dce167 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -113,6 +113,7 @@ case "$1" in
                        a2enmod macro
                        if [ -e /etc/SuSE-release ]; then
                                a2enmod php5
+                               a2enmod mpm_itk
                        else
                                a2enmod php7.0 || a2enmod php5
                        fi
@@ -132,14 +133,13 @@ case "$1" in
                        if ! [ -e /etc/httpd/conf.modules.d/00-macro.conf ] ; 
then
                                echo "LoadModule macro_module 
modules/mod_macro.so" > /etc/httpd/conf.modules.d/00-macro.conf
                        fi
+                       # Enable mpm-itk on RH/CentOS
                        if [ -e /etc/httpd/conf.modules.d/00-mpm-itk.conf ] \
                                && ! grep -q ^LoadModule.mpm_itk_module 
/etc/httpd/conf.modules.d/00-mpm-itk.conf ; then
                                sed -i -e s/^#LoadModule/LoadModule/ 
/etc/httpd/conf.modules.d/00-mpm-itk.conf
                        fi
                fi
 
-               # Enable mpm-itk on RH/CentOS
-
                if [ -x /usr/sbin/a2dissite ]; then
                        a2dissite 000-default
                fi

-----------------------------------------------------------------------

Summary of changes:
 src/post-install.d/web/web.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to