[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-82-g82c6545

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:17:29 CET 2013


The branch, build-main has been updated
       via  82c6545adef362a9d759b5ddf41473af052156c7 (commit)
      from  a694aaca92f9f8c6cbc81d200b09beb48b06b79d (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:
 x2goserver/lib/x2gosqlitewrapper.pl |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/x2goserver/lib/x2gosqlitewrapper.pl b/x2goserver/lib/x2gosqlitewrapper.pl
index 9cbf663..a566fc1 100755
--- a/x2goserver/lib/x2gosqlitewrapper.pl
+++ b/x2goserver/lib/x2gosqlitewrapper.pl
@@ -25,10 +25,15 @@ use strict;
 use DBI;
 use POSIX;
 
-if ($< eq $>)
-{
-	die "Please install this program as SUID x2gouser!\n";
-}
+###
+### We are not using perlsuid anymore as it is deprecated as of Perl 5.12.
+### Instead we ship our own setuidwrapper...
+###
+
+#if ($< eq $>)
+#{
+#	die "Please install this program as SUID x2gouser!\n";
+#}
 
 my $realuser=$<;
 my ($uname, $pass, $uid, $pgid, $quota, $comment, $gcos, $homedir, $shell, $expire) = getpwuid($>);


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).




More information about the x2go-commits mailing list