[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-91-g30ba707

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


The branch, build-baikal has been updated
       via  30ba707a2402086c71eaf3061519a85662848aa1 (commit)
      from  e1c116e2ad6958f86573da9bea2b0428608726e9 (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, 4 insertions(+), 9 deletions(-)

The diff of changes is:
diff --git a/x2goserver/lib/x2gosqlitewrapper.pl b/x2goserver/lib/x2gosqlitewrapper.pl
index a566fc1..9cbf663 100755
--- a/x2goserver/lib/x2gosqlitewrapper.pl
+++ b/x2goserver/lib/x2gosqlitewrapper.pl
@@ -25,15 +25,10 @@ use strict;
 use DBI;
 use POSIX;
 
-###
-### 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";
-#}
+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