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 8b0cd417ba80ac310048daa53958c641a713e887 (commit)
from c6623b8e4e7a7ccb8d0dc139c85669a5dc40bf76 (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=8b0cd417ba80ac310048daa53958c641a713e887
commit 8b0cd417ba80ac310048daa53958c641a713e887
Author: Franck Villaume <[email protected]>
Date: Mon Apr 9 09:21:01 2018 +0000
OpenSuSE: add httpd.conf in apache2 configuration
diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 9070a00..b314d2f 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -65,6 +65,8 @@ case "$1" in
a2ensite fusionforge.conf
elif [ -e /etc/redhat-release ]; then
ln -nfs $config_path/httpd.conf
/etc/httpd/conf.d/fusionforge.conf
+ elif [ -e /etc/SuSE-release ]; then
+ ln -nfs $config_path/httpd.conf
/etc/apache2/conf.d/fusionforge.conf
else
echo "*** Note: please install $config_path/httpd.conf
in your Apache configuration"
fi
-----------------------------------------------------------------------
Summary of changes:
src/post-install.d/web/web.sh | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits