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 9df89c090bdc7fe98b6f5e987ff3f35517b6e61e (commit)
from f2767965212472d38dfabd2a7551086abcdb3b79 (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=9df89c090bdc7fe98b6f5e987ff3f35517b6e61e
commit 9df89c090bdc7fe98b6f5e987ff3f35517b6e61e
Author: Franck Villaume <[email protected]>
Date: Fri Apr 6 08:34:24 2018 +0000
fix openSuSE ssh service name
diff --git a/src/GNUmakefile.defaults b/src/GNUmakefile.defaults
index e930d20..d4ccc1d 100644
--- a/src/GNUmakefile.defaults
+++ b/src/GNUmakefile.defaults
@@ -46,4 +46,4 @@ CP_R=cp -r --preserve=timestamps
apache_user=$(shell if [ -e /etc/redhat-release ]; then echo 'apache'; elif [
-e /etc/SuSE-release ]; then echo 'wwwrun'; else echo 'www-data'; fi)
apache_group=$(shell if [ -e /etc/redhat-release ]; then echo 'apache'; elif [
-e /etc/SuSE-release ]; then echo 'www'; else echo 'www-data'; fi)
apache_service=$(shell if [ -e /etc/redhat-release ]; then echo 'httpd'; else
echo 'apache2'; fi)
-ssh_service=$(shell if [ -e /etc/redhat-release ]; then echo 'sshd'; else echo
'ssh'; fi)
+ssh_service=$(shell if [ -e /etc/redhat-release ]; then echo 'sshd'; elif [ -e
/etc/SuSE-release ]; then echo 'sshd'; else echo 'ssh'; fi)
-----------------------------------------------------------------------
Summary of changes:
src/GNUmakefile.defaults | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits