This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 30f8642 x2goserver/bin/x2golistdesktops: drop -u parameter to ss. Fixes: #799. new 9c94875 x2goserver/bin/x2golistdesktops: fixup for previous commit, brainfart on my end. 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: x2goserver/bin/x2golistdesktops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 9c94875fd0e88338c1fd20ee6b3f68475045a9c0 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 10 16:45:23 2016 +0100 x2goserver/bin/x2golistdesktops: fixup for previous commit, brainfart on my end. --- x2goserver/bin/x2golistdesktops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index 4aeefb5..e865fc6 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -65,7 +65,7 @@ my $uname=$ENV{'USER'}; # -> so we need to tweak the PATH env var a little here... my $old_PATH=$ENV{'PATH'}; $ENV{'PATH'}="$ENV{'PATH'}:/usr/sbin:/sbin"; -my $lines=`ss -lu`; +my $lines=`ss -lx`; $ENV{'PATH'}=$old_PATH; undef $old_PATH; -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git