[Fusionforge-commits] FusionForge branch Branch_5_3 updated. d215c8e76bd65c36560cdbedd343a28fd6428237

Roland Mas lolando at fusionforge.org
Tue Sep 2 18:31:48 CEST 2014


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, Branch_5_3 has been updated
       via  d215c8e76bd65c36560cdbedd343a28fd6428237 (commit)
      from  a6210be9cdcd1240ce2c9f655c67f2a43170848a (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 -----------------------------------------------------------------
commit d215c8e76bd65c36560cdbedd343a28fd6428237
Author: Roland Mas <lolando at debian.org>
Date:   Tue Sep 2 18:31:38 2014 +0200

    Create homedir for the gforge/fusionforge user

diff --git a/src/install/install3 b/src/install/install3
index 52ef7ac..c8eb4c8 100644
--- a/src/install/install3
+++ b/src/install/install3
@@ -250,7 +250,7 @@ EOF
 	/usr/sbin/groupadd $gforge_user;
 
 	msg green " * Creating '$gforge_user' User..."
-	/usr/sbin/useradd -g $gforge_user $gforge_user
+	/usr/sbin/useradd -m -g $gforge_user $gforge_user
 	
 	# Let's give some time for PostgreSQL to start
 	sleep 5 

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

Summary of changes:
 src/install/install3 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list