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 b8b87f0130a0579bbfbad503839e087112be8678 (commit)
from 6d1e04fa31c32207ddbe333afdc97c45607b40a0 (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=b8b87f0130a0579bbfbad503839e087112be8678
commit b8b87f0130a0579bbfbad503839e087112be8678
Author: Franck Villaume <[email protected]>
Date: Tue Apr 10 09:30:45 2018 +0000
OpenSuSE: enforce user group creation
diff --git a/src/post-install.d/common/user.sh
b/src/post-install.d/common/user.sh
index f0cd0c7..fe56308 100755
--- a/src/post-install.d/common/user.sh
+++ b/src/post-install.d/common/user.sh
@@ -26,7 +26,7 @@ case "$1" in
# TODO: specify the role of this user and its permissions
# Currently used in: plugin-scmbzr, plugin-moinmoin, ???
if ! getent passwd $system_user >/dev/null; then
- useradd $system_user -s /bin/false -M -d $data_path
+ useradd $system_user -U -s /bin/false -M -d $data_path
fi
;;
-----------------------------------------------------------------------
Summary of changes:
src/post-install.d/common/user.sh | 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