This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 2a7d0c4 also use lazy unmounts in x2gothinclient_shell... new 11e5e41 silence a getent question The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: management/sbin/x2gothinclient_create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 11e5e414c24414f1124e8350ed41c9cbd74e0008 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 17:42:54 2014 +0200 silence a getent question --- management/sbin/x2gothinclient_create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/sbin/x2gothinclient_create b/management/sbin/x2gothinclient_create index 09099e4..4fc1873 100755 --- a/management/sbin/x2gothinclient_create +++ b/management/sbin/x2gothinclient_create @@ -221,7 +221,7 @@ fi [ \$? -eq 0 ] && adduser pulse audio [ \$? -eq 0 ] && adduser x2gothinclient cdrom [ \$? -eq 0 ] && adduser x2gothinclient plugdev -[ \$? -eq 0 ] && if ! getent group scard; then groupadd scard; fi +[ \$? -eq 0 ] && if ! getent group scard 1>/dev/null; then groupadd scard; fi [ \$? -eq 0 ] && adduser x2gothinclient scard [ \$? -eq 0 ] && passwd -l root -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git