[LON-CAPA-cvs] cvs: loncom / lonc lond
www
lon-capa-cvs@mail.lon-capa.org
Wed, 30 Oct 2002 14:50:04 -0000
www Wed Oct 30 09:50:04 2002 EDT
Modified files:
/loncom lonc lond
Log:
Show status in "ps"
Index: loncom/lonc
diff -u loncom/lonc:1.42 loncom/lonc:1.43
--- loncom/lonc:1.42 Mon Sep 9 10:04:02 2002
+++ loncom/lonc Wed Oct 30 09:50:04 2002
@@ -5,7 +5,7 @@
# provides persistent TCP connections to the other servers in the network
# through multiplexed domain sockets
#
-# $Id: lonc,v 1.42 2002/09/09 14:04:02 harris41 Exp $
+# $Id: lonc,v 1.43 2002/10/30 14:50:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1037,6 +1037,7 @@
my $now=time;
my $local=localtime($now);
$status=$local.': '.$what;
+ $0='lonc: '.$what.' '.$local;
}
Index: loncom/lond
diff -u loncom/lond:1.102 loncom/lond:1.103
--- loncom/lond:1.102 Mon Oct 7 09:50:36 2002
+++ loncom/lond Wed Oct 30 09:50:04 2002
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.102 2002/10/07 13:50:36 www Exp $
+# $Id: lond,v 1.103 2002/10/30 14:50:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -340,6 +340,7 @@
my $now=time;
my $local=localtime($now);
$status=$local.': '.$what;
+ $0='lond: '.$what.' '.$local;
}
# -------------------------------------------------------- Escape Special Chars