This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from d3ce68c usbmount/x2gousbmount: fix typo int -> print. Fixes: #840. new 67918b8 displaymanager/init/x2gothinclient-displaymanager.init: fix unchanged "gdm" string in log message. Fixes: #997. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ .../init/x2gothinclient-displaymanager.init | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 67918b8c9713fc6e72387009e839fa988d34aac9 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 11 03:43:35 2016 +0100 displaymanager/init/x2gothinclient-displaymanager.init: fix unchanged "gdm" string in log message. Fixes: #997. --- debian/changelog | 2 ++ .../init/x2gothinclient-displaymanager.init | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index df8c0ae..b9e1be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -95,6 +95,8 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low [ Mihai Moldovan ] * New upstream release (1.5.0.0): - Change string "X2go" to "X2Go" where appropriate. + - displaymanager/init/x2gothinclient-displaymanager.init: fix unchanged + "gdm" string in log message. Fixes: #997. * usbmount/x2gousbmount: fix typo int -> print. Fixes: #840. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Feb 2014 12:03:00 +0100 diff --git a/displaymanager/init/x2gothinclient-displaymanager.init b/displaymanager/init/x2gothinclient-displaymanager.init index 83bde1c..5323d69 100644 --- a/displaymanager/init/x2gothinclient-displaymanager.init +++ b/displaymanager/init/x2gothinclient-displaymanager.init @@ -61,7 +61,7 @@ case "$1" in start) CONFIGURED_DAEMON="$(basename $(cat $DEFAULT_DISPLAY_MANAGER_FILE 2> /dev/null))" if grep -wqs text /proc/cmdline; then - log_warning_msg "Not starting GNOME Display Manager (gdm); found 'text' in kernel commandline." + log_warning_msg "Not starting X2Go Client in TCE mode; found 'text' in kernel commandline." elif [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ] && \ [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] && \ [ "$CONFIGURED_DAEMON" != "x2gothinclientd" ] ; then -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git