[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1rc1-12-g9df89c0

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Apr 6 10:34:28 CEST 2018


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 <franck.villaume at trivialdev.com>
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



More information about the Fusionforge-commits mailing list