[X2Go-Commits] [live-build-x2go] 69/166: added timestamps to log output, fixed log output in 2200 and 2600

git-admin at x2go.org git-admin at x2go.org
Mon Nov 20 02:16:49 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 6d12eeee472ca9280e58ae709eea07b7bc94981e
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sat Jul 22 00:29:13 2017 +0200

    added timestamps to log output, fixed log output in 2200 and 2600
---
 config/includes.chroot/lib/live/config/2000-showifconfig             | 2 +-
 config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver  | 2 +-
 config/includes.chroot/lib/live/config/2200-xserver-xorg-getxorgconf | 2 +-
 config/includes.chroot/lib/live/config/2600-x2go-getsessions         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2000-showifconfig b/config/includes.chroot/lib/live/config/2000-showifconfig
index f1b8236..99ddb60 100755
--- a/config/includes.chroot/lib/live/config/2000-showifconfig
+++ b/config/includes.chroot/lib/live/config/2000-showifconfig
@@ -17,7 +17,7 @@ cat >/etc/network/if-up.d/0100-showips <<SHOWIPS
 export TERM=linux;
 
 while [ -z "\$(hostname -I)" ] ; do
-	echo "'\$0' is waiting for a client IP." | tee -a /dev/tty9
+	echo "$(date +'%F | %T | ')'\$0' is waiting for a client IP." | tee -a /dev/tty9
 	sleep 2
 done
 
diff --git a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
index f2ab3b3..511a8a4 100755
--- a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
+++ b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
@@ -18,7 +18,7 @@ GetSSHPubKeysFromServer ()
 export TERM=linux;
 
 while [ -z "\$(hostname -I)" ] ; do
-	echo "'\$0' is waiting for a client IP." | tee -a /dev/tty9
+	echo "$(date +'%F | %T | ')'\$0' is waiting for a client IP." | tee -a /dev/tty9
 	sleep 2
 done
 
diff --git a/config/includes.chroot/lib/live/config/2200-xserver-xorg-getxorgconf b/config/includes.chroot/lib/live/config/2200-xserver-xorg-getxorgconf
index 94bc31a..8ae3472 100755
--- a/config/includes.chroot/lib/live/config/2200-xserver-xorg-getxorgconf
+++ b/config/includes.chroot/lib/live/config/2200-xserver-xorg-getxorgconf
@@ -16,7 +16,7 @@ echo -n " xserver-xorg-getxorgconf"
 export TERM=linux;
 
 while [ -z "\$(hostname -I)" ] ; do
-	echo "'\$0' is waiting for a client IP."
+	echo "$(date +'%F | %T | ')'\$0' is waiting for a client IP." | tee -a /dev/tty9
 	sleep 2
 done
 if echo "$XORGCONFURL" | grep -q "^tftp://" ; then
diff --git a/config/includes.chroot/lib/live/config/2600-x2go-getsessions b/config/includes.chroot/lib/live/config/2600-x2go-getsessions
index 6e63262..3d2f623 100755
--- a/config/includes.chroot/lib/live/config/2600-x2go-getsessions
+++ b/config/includes.chroot/lib/live/config/2600-x2go-getsessions
@@ -19,7 +19,7 @@ X2GoGetSessions ()
 export TERM=linux;
 
 while [ -z "\$(hostname -I)" ] ; do
-	echo "'\$0' is waiting for a client IP."
+	echo "$(date +'%F | %T | ')'\$0' is waiting for a client IP." | tee -a /dev/tty9
 	sleep 2
 done
 if echo "$SESSIONSURL" | grep -q "^tftp://" ; then

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