The branch, master has been updated via da7cc13e30fb9773b0c2ab8706e5ceadb55feec8 (commit) from 0ded57a812b43a2c59dd5017543237571376eaad (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 da7cc13e30fb9773b0c2ab8706e5ceadb55feec8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 13 08:38:45 2013 +0100 Disable SupeReNicer by default. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver-common/etc/x2goserver.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 13f22b9..989bb45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low - Make x2goruncommand aware of the Cinnamon desktop shell. (Fixes: #117). - Fix build-arch target in x2goserver/Makefile. (Fixes: #121). - Load config files from a Perl package (X2Go::Config). + - Disable SupeReNicer by default. * /debian/control: + Package X2Go::Log in separate package: libx2go-log-perl. + Package X2Go::Server::DB in separate package: libx2go-server-db-perl. diff --git a/x2goserver-common/etc/x2goserver.conf b/x2goserver-common/etc/x2goserver.conf index 3391295..4f055b0 100644 --- a/x2goserver-common/etc/x2goserver.conf +++ b/x2goserver-common/etc/x2goserver.conf @@ -11,7 +11,7 @@ [superenicer] # enable the SupeReNicer code in x2gocleansessions, this will renice suspended sessions to nice level 19 # and renice them to level 0 if the session becomes marked as running again... -enable=yes +enable=no # list of users that shall never be reniced #ignored_users= 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).