[23909] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23519 - trunk/debathena/debathena/counterlog/debian

daemon@ATHENA.MIT.EDU (Timothy G Abbott)
Wed Mar 4 01:35:01 2009

Date: Wed, 4 Mar 2009 01:34:55 -0500
From: Timothy G Abbott <tabbott@MIT.EDU>
Message-Id: <200903040634.n246Ytsx001830@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2009-03-04 01:34:55 -0500 (Wed, 04 Mar 2009)
New Revision: 23519

Modified:
   trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily
Log:
Use $(machtype -L) as the version field in debathena-counterlog


Modified: trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily
===================================================================
--- trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily	2009-03-04 06:31:48 UTC (rev 23518)
+++ trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily	2009-03-04 06:34:55 UTC (rev 23519)
@@ -15,7 +15,7 @@
   echo "$id" > $idfile
 fi
 
-version=debathena
+version=$(machtype -L)
 loghost=wslogger.mit.edu
 host=$(hostname --fqdn)
 mtype=$(machtype)


home help back first fref pref prev next nref lref last post