The branch, master has been updated via 264353530bff5c54a5f2294a8af9c8fea00ddc03 (commit) from 3c6993f6a0afa679bfdf4c5a0d3375f4284db81d (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 ----------------------------------------------------------------- commit 264353530bff5c54a5f2294a8af9c8fea00ddc03 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 9 12:41:32 2011 +0200 remove commented code block ----------------------------------------------------------------------- Summary of changes: cups-x2go | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) The diff of changes is: diff --git a/cups-x2go b/cups-x2go index 0b24ff6..d9bf5f5 100755 --- a/cups-x2go +++ b/cups-x2go @@ -88,17 +88,8 @@ sub getsessions my $sesslist; if ( $x2goserver eq "local" ) { + # run x2golistsessions locally $sesslist=`su $userName -c "x2golistsessions --all-servers"`; - - ### Suggested patch from Mario OROZ, probably not acceptable here... - #-$sesslist=`su $userName -c "x2golistsessions --all-servers"`; - #+open (SQLCONF, "</etc/x2go/x2gosql/sql"); - #+my $cfgline=<SQLCONF>; - #+close (SQLCONF); - #+if(($cfgline=~m/local/)||($cfgline=~m/sqlite/)) - #+{ - #+ $sesslist=`su $userName -c "x2golistsessions --all-servers"`; - #+} } else { hooks/post-receive -- cups-x2go.git (CUPS Backend for X2go Printing) 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 "cups-x2go.git" (CUPS Backend for X2go Printing).