The branch, master has been updated via 90306c53fdae801cd45c9f581455026e386d6cf0 (commit) from 4782010113b7e267ef7404da7179a9c3c6289dbf (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 90306c53fdae801cd45c9f581455026e386d6cf0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 10 15:55:21 2011 +0200 Rename example user and group for session limits in x2goserver.conf so that people do not get the idea to put users in x2gouser group. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/etc/x2goserver.conf | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1b9f5dd..0de56ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,8 @@ x2goserver (3.0.99.5-0~x2go3) UNRELEASED; urgency=low * Add notice messages for start, suspend, resume, terminate, mountdirs actions. * Cleanup of man page area, thanks to Ivan Kabaivanov for pointing that out. + * Rename example user and group for session limits in x2goserver.conf so that + people do not get the idea to put users in x2gouser group. [ Ivan Kabaivanov ] * Makefile fix around man page installation in x2goserver-compat package. diff --git a/x2goserver/etc/x2goserver.conf b/x2goserver/etc/x2goserver.conf index 61312ee..5fa6baf 100644 --- a/x2goserver/etc/x2goserver.conf +++ b/x2goserver/etc/x2goserver.conf @@ -1,8 +1,8 @@ [limit users] -#beispielb=1 +#user-foo=1 [limit groups] -#x2gousers=1 +#bar-group=1 [log] # possible levels are: emerg, alert, crit, err, warning, notice, info, debug 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).