The branch, build-baikal has been updated via a424afc528b53eb01135d5b73fc3358eb74ce8ca (commit) from e4f388f58b68c5d6f46d4717a72bcefc725b1491 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 6 ++++++ x2gosessionlimit | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4508006..f606b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +x2goserver (3.0.1-4) unstable; urgency=low + + * Fix x2gosessionslimit + + -- Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Thu, 02 Dec 2009 22:14:27 +0100 + x2goserver (3.0.1-3) unstable; urgency=low * libconfig-simple-perl in dependency section diff --git a/x2gosessionlimit b/x2gosessionlimit index b0bec3b..8182e2d 100755 --- a/x2gosessionlimit +++ b/x2gosessionlimit @@ -43,7 +43,7 @@ if($strlimit ne "") } if($strlimit <= $scount) { - print "LIMIT $strlimit\n"; + print "$strlimit\n"; exit 0; } print "$strlimit\n"; @@ -71,7 +71,7 @@ while (my ($name, $passwd, $gid, $members) = getgrent()) if($maxlimit <= $scount) { - print "LIMIT $maxlimit\n"; + print "$maxlimit\n"; exit 0; } print "$maxlimit\n"; hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).