[X2Go-Commits] [live-build-x2go] 41/167: no timestamp here, as clock is most likely wrong

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:38 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround
in repository live-build-x2go.

commit 5c1fc2d344fdb1677d32f56ccd48d9c579daa63f
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Jul 23 14:59:18 2017 +0200

    no timestamp here, as clock is most likely wrong
---
 config/includes.chroot/lib/live/config/2000-waitforvts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2000-waitforvts b/config/includes.chroot/lib/live/config/2000-waitforvts
index 8d558e6..43fca6d 100755
--- a/config/includes.chroot/lib/live/config/2000-waitforvts
+++ b/config/includes.chroot/lib/live/config/2000-waitforvts
@@ -13,7 +13,7 @@ export TERM=linux;
 
 # wait until terminal is available
 while ! [ -c /dev/tty$(fgconsole -n) ] ; do
-	echo -en "\n\$(date +'%F | %T | ')'\$0' is waiting for an unused VT to become available."
+	echo -en "\n'\$0' is waiting for an unused VT to become available."
 	sleep 2
 done
 

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list