[X2Go-Commits] [live-build-x2go] 40/160: removed "wait for VT" block, as it is now in a separate script

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 01:55:37 CET 2017


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

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

commit dd5d2c10b72700c7ab1df8a36275e0d01ecd5a18
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Jul 23 14:55:25 2017 +0200

    removed "wait for VT" block, as it is now in a separate script
---
 config/includes.chroot/lib/live/config/2100-showifconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2100-showifconfig b/config/includes.chroot/lib/live/config/2100-showifconfig
index 9467e47..24268ac 100755
--- a/config/includes.chroot/lib/live/config/2100-showifconfig
+++ b/config/includes.chroot/lib/live/config/2100-showifconfig
@@ -7,11 +7,6 @@ ShowIFConfig ()
 #
 echo -n " showifconfig"
 
-# wait until terminal is available
-while ! [ -c /dev/tty$(fgconsole -n) ] ; do
-	sleep 10
-done
-
 # Make sure no language-specific stuff interferes with our matching
 # grep: highlight everything that matches "inet" to the end of its line
 # and also (-E, |$) show every line that has an end => Everything else

--
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