[25488] in Source-Commits
/svn/athena r25018 - trunk/debathena/config/athinfod-cluster-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Mar 10 23:28:53 2011
Date: Thu, 10 Mar 2011 23:28:47 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201103110428.p2B4SlKZ003108@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-03-10 23:28:47 -0500 (Thu, 10 Mar 2011)
New Revision: 25018
Modified:
trunk/debathena/config/athinfod-cluster-config/debian/changelog
trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena
Log:
In athinfod-cluster-config:
* Remove useless reactivate.log query
Modified: trunk/debathena/config/athinfod-cluster-config/debian/changelog
===================================================================
--- trunk/debathena/config/athinfod-cluster-config/debian/changelog 2011-03-11 03:52:17 UTC (rev 25017)
+++ trunk/debathena/config/athinfod-cluster-config/debian/changelog 2011-03-11 04:28:47 UTC (rev 25018)
@@ -1,8 +1,9 @@
debathena-athinfod-cluster-config (1.1) unstable; urgency=low
* Add lsusb and usb-hid queries, and Python support for the latter
+ * Remove useless reactivate.log query
- -- Jonathan Reed <jdreed@mit.edu> Mon, 28 Feb 2011 09:32:13 -0500
+ -- Jonathan Reed <jdreed@mit.edu> Thu, 10 Mar 2011 23:28:31 -0500
debathena-athinfod-cluster-config (1.0.1) unstable; urgency=low
Modified: trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena
===================================================================
--- trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena 2011-03-11 03:52:17 UTC (rev 25017)
+++ trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena 2011-03-11 04:28:47 UTC (rev 25018)
@@ -5,7 +5,6 @@
# Added by debathena-athinfod-cluster-config
update.log machtype -v -L | grep -q "debathena-cluster" && test -r /var/log/athena-update && cat /var/log/athena-update
-reactivate.log machtype -v -L | grep -q "debathena-cluster" && test -r /var/log/athena-reactivate && cat /var/log/athena-reactivate
update-status machtype -v -L | grep -q "debathena-cluster" && test -r /var/lib/athena-update-status && cat /var/lib/athena-update-status
in-use machtype -L | grep -q "debathena-cluster" && (test `pgrep -c larvnet-wrapper` -gt 0 && echo "yes" || echo "no") || echo "n/a"
update-schedule machtype -v -L | grep -q "debathena-cluster" && test -r /etc/cron.d/debathena-auto-update && cat /etc/cron.d/debathena-auto-update