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