[LON-CAPA-cvs] cvs: loncom / lond
www
lon-capa-cvs@mail.lon-capa.org
Sat, 01 Nov 2003 16:32:33 -0000
www Sat Nov 1 11:32:33 2003 EDT
Modified files:
/loncom lond
Log:
Do not count subscription files.
Index: loncom/lond
diff -u loncom/lond:1.159 loncom/lond:1.160
--- loncom/lond:1.159 Thu Oct 30 17:52:24 2003
+++ loncom/lond Sat Nov 1 11:32:32 2003
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.159 2003/10/30 22:52:24 albertel Exp $
+# $Id: lond,v 1.160 2003/11/01 16:32:32 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -50,7 +50,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.159 $'; #' stupid emacs
+my $VERSION='$Revision: 1.160 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid;
my $currentdomainid;
@@ -2430,7 +2430,7 @@
# see if this is a regular file (ignore links produced earlier)
my $thisfile=$ulsdir.'/'.$ulsfn;
unless (-l $thisfile) {
- if ($thisfile=~/\Q$fnamere1\E(\d+)\Q$fnamere2\E/) {
+ if ($thisfile=~/\Q$fnamere1\E(\d+)\Q$fnamere2\E$/) {
if ($1>$version) { $version=$1; }
}
}