This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 89ae4d3eb5bc5fcbd5f69239704d4f48daf51be3 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Oct 11 07:16:14 2017 +0200 x2goserver/bin/x2golistshadowsessions: whitespace only. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 1 + x2goserver/bin/x2golistshadowsessions | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43b6cfc..cc0740e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -273,6 +273,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium not rely on the HOSTNAME variable. The latter is only set automatically by bash if it's not already part of the environment. We might get "garbage" in this way (and one user actually did.) + - x2goserver/bin/x2golistshadowsessions: whitespace only. * x2goserver.spec: - Add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions index 78e8ae6..2c604c5 100755 --- a/x2goserver/bin/x2golistshadowsessions +++ b/x2goserver/bin/x2golistshadowsessions @@ -65,7 +65,7 @@ for (my $i=0;$i<@outp;$i++) print "@outp[$i]\n"; } else - { + { if (@sinfo[4]eq 'R') { my $shadow_user = @sinfo[1]; @@ -81,5 +81,5 @@ for (my $i=0;$i<@outp;$i++) } } -# closing syslog +# closing syslog closelog; -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git