This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 6b27024 Allow Xinerama / XRandR setup via /proc/cmdline. (Closes: #726). new d3ce68c usbmount/x2gousbmount: fix typo int -> print. Fixes: #840. 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 | 1 + usbmount/x2gousbmount | 2 +- 2 files changed, 2 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 d3ce68c710b4463fd43aa23a178ad1eb6d2f5856 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 9 17:56:55 2015 +0200 usbmount/x2gousbmount: fix typo int -> print. Fixes: #840. --- debian/changelog | 1 + usbmount/x2gousbmount | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5f82a51..df8c0ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -95,6 +95,7 @@ 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. + * 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/usbmount/x2gousbmount b/usbmount/x2gousbmount index e56624f..4da1fbd 100755 --- a/usbmount/x2gousbmount +++ b/usbmount/x2gousbmount @@ -63,7 +63,7 @@ if ( check_x2gothinclientd() || ( -d "/usr/share/doc/x2gothinclient-minidesktop print F "action: $action, device: $dev, model: $model ($ldev), total: $name\n"; mkdir("/media"); mkdir("/media/$name"); - int F "$name\n"; + print F "$name\n"; if ( $action eq "add") { -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git