[X2go-Commits] cups-x2go.git - master (branch) updated: 3.0.0.2-21-g698c43d
X2go dev team
git-admin at x2go.org
Fri Sep 9 09:05:48 CEST 2011
The branch, master has been updated
via 698c43d6d21dfed60db3e70fcb8a987e8514f103 (commit)
from 8f363bfe62295b8dc722e4970c7f44151fe89fa9 (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 698c43d6d21dfed60db3e70fcb8a987e8514f103
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Sep 9 09:06:56 2011 +0200
improve comments for config file options (2)
-----------------------------------------------------------------------
Summary of changes:
cups-x2go | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
The diff of changes is:
diff --git a/cups-x2go b/cups-x2go
index 1fb1d7b..1a10aaa 100755
--- a/cups-x2go
+++ b/cups-x2go
@@ -27,14 +27,15 @@ use strict;
setlogsock('unix');
openlog($0,'cons,pid','user');
-
-# if the CUPS server is X2go server at the same time, use ,,local'' here, otherwise
-# name the hostname of your master X2go server - that is the X2go server that
-# can be queried for session information.
+## if the CUPS server is X2go server at the same time, use ,,local'' here, otherwise
+## name the hostname of your master X2go server within in your X2go cluster. This
+## host then is used for querying session information.
my $x2goserver = "local";
-# this private key has to be valid for all X2go servers that print via the CUPS
-# server that cups-x2go is installed on.
+## DSA key for user x2goprint (new path and filename, default in cups-x2go backend)
+## this private key has to be valid for all X2go servers that print via the CUPS
+## server that cups-x2go is installed on. The corresponding public key has to
+## be installed in <remote-x2goserverX>:~x2goprint/.ssh/authorized_keys
my $printdsa = "/root/.ssh/id_dsa-x2goprint";
# PS2PDF command
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).
More information about the x2go-commits
mailing list