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

git-admin at x2go.org git-admin at x2go.org
Mon Nov 20 02:16:52 CET 2017


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

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

commit 5725a6b0a94931b79630bc6fdbaeea8ed3338c2d
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