From 7fd6ff2413d3ecf65e77c9474f410a7acb9f4e52 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 2 Nov 2005 17:54:33 -0500 Subject: [svn-r11674] Description: Added messages to remind platform watchers to check for processes still running in the remote machine after timeout. Platforms tested: Just eyeballed. Changes is trivial. --- bin/timekeeper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/timekeeper b/bin/timekeeper index 73aa32a..4b30434 100755 --- a/bin/timekeeper +++ b/bin/timekeeper @@ -103,6 +103,8 @@ if [ -z "$debugflag" ]; then if test X$pid \!= X && ps -p $pid > /dev/null; then echo "terminating process $x ($pid)" kill -HUP $pid + echo "Remote shell command ended. But some processes might still be" + echo "running in the remote machine. Login there to verify." fi fi done -- cgit v0.12