[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.0.5-8-g94323f6

X2Go dev team git-admin at x2go.org
Sun May 19 13:04:53 CEST 2013


The branch, build-main has been updated
       via  94323f6767cc8f3258f03a4160dba4cf6e166d07 (commit)
      from  74481c6695dfabb5d98b3eba35956268854e0a0b (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                      |    4 ++++
 debian/python-x2gobroker.default      |   13 +++++++++----
 debian/x2gobroker-authservice.default |    9 +++++++++
 debian/x2gobroker-daemon.default      |   11 +++++++++++
 4 files changed, 33 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 8ce72b0..f74c242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ x2gobroker (0.0.0.6-0~x2go1) UNRELEASED; urgency=low
   [ Mike Gabriel ]
   * New upstream version (0.0.0.6):
     - Continue development...
+  * /debian/*.default:
+    - Be more explanatory about the X2GOBROKER_DEBUG option and allow
+      to enable debug mode for the different services independently.
+      (Fixes: #126).
   * /debian/x2gobroker-daemon.postinst:
     - Fix home path for user x2gobroker. (Fixes: #127).
 
diff --git a/debian/python-x2gobroker.default b/debian/python-x2gobroker.default
index 0907b79..67b93cb 100644
--- a/debian/python-x2gobroker.default
+++ b/debian/python-x2gobroker.default
@@ -11,10 +11,15 @@
 # remote X2Go Servers.
 #X2GOBROKER_AGENT_USER=x2gobroker
 
-# Run X2Go Session Broker in debug mode, this will make the broker
-# available through http GET method calls (otherwise: POST method
-# only) and you will be able to test the broker through your web
-# browser (0=disable, 1=enable).
+# Control debug mode (0=disable, 1=enable).
+#
+# Apart from verbose logging in /var/log/x2gobroker/*.log, this will
+# also make the broker available through http GET method requests
+# (otherwise: POST method requests only) and you will be able to test
+# the broker through your web browser
+#
+# This value has an effect on all (Python-based) X2Go Session Broker
+# services and can be overridden in /etc/default/x2gobroker-* files.
 #X2GOBROKER_DEBUG=0
 
 # Default X2Go Session Broker backend (available: zeroconf, inifile)
diff --git a/debian/x2gobroker-authservice.default b/debian/x2gobroker-authservice.default
index 017b75c..e8b5f7b 100644
--- a/debian/x2gobroker-authservice.default
+++ b/debian/x2gobroker-authservice.default
@@ -8,3 +8,12 @@
 # you can disable the authentication service here.
 START_AUTHSERVICE=true
 
+# Control debug mode (0=disable, 1=enable) of the X2Go Broker Authentication
+# Service.
+#
+# Logging is (by default) written to /var/log/x2gobroker/*log.
+#
+# This option can also be configured in /etc/default/python-x2go.
+# The value configured here overrides the value from python-x2go
+# defaults and only sets the x2gobroker-authservice into debug mode.
+#X2GOBROKER_DEBUG=0
diff --git a/debian/x2gobroker-daemon.default b/debian/x2gobroker-daemon.default
index eb76c1b..0eb0a81 100644
--- a/debian/x2gobroker-daemon.default
+++ b/debian/x2gobroker-daemon.default
@@ -6,6 +6,17 @@ START_BROKER=true
 # Bind standalone daemon to this address:port
 #DAEMON_BIND_ADDRESS=127.0.0.1:8080
 
+# Control debug mode (0=disable, 1=enable).
+#
+# Apart from verbose logging in /var/log/x2gobroker/*.log, this will
+# also make the broker available through http GET method requests
+# (otherwise: POST method requests only) and you will be able to
+# test the broker through your web browser.
+#
+# This option can also be configured in /etc/default/python-x2go.
+# The value configured here overrides the value from python-x2go
+# defaults and only sets the x2gobroker-daemon into debug mode.
+#X2GOBROKER_DEBUG=0
 
 ##########################################################
 ###                                                    ###


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list