This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 248efd1 X2Go Broker Agent: Test if queried username exists on the system before performing the query. new 9c1a745 asthetic fix for last commit 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: lib/x2gobroker-agent.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 9c1a745440669630eb15c149b14010d576a6efc5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 11 12:14:01 2014 +0200 asthetic fix for last commit --- lib/x2gobroker-agent.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/x2gobroker-agent.pl b/lib/x2gobroker-agent.pl index dcc18a7..693178a 100755 --- a/lib/x2gobroker-agent.pl +++ b/lib/x2gobroker-agent.pl @@ -148,7 +148,7 @@ my ($uid, $passwd, $uidNumber, $gidNumber, $quota, $comment, $gcos, $home, $she if(!defined $uidNumber) { - die "no such user: $username"; + die "no such user on system: $username"; } elsif($uidNumber < 1000) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git