[25397] in Source-Commits
/svn/athena r24952 - trunk/debathena/config/athinfod-cluster-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Feb 14 12:47:33 2011
Date: Mon, 14 Feb 2011 12:47:27 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201102141747.p1EHlR1R016873@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-02-14 12:47:27 -0500 (Mon, 14 Feb 2011)
New Revision: 24952
Modified:
trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena
Log:
Add install.log
Modified: trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena
===================================================================
--- trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena 2011-02-14 17:46:14 UTC (rev 24951)
+++ trunk/debathena/config/athinfod-cluster-config/debian/transform_athinfo.defs.debathena 2011-02-14 17:47:27 UTC (rev 24952)
@@ -8,5 +8,6 @@
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
+install.log machtype -v -L | grep -q "debathena-cluster" && test -r /var/log/athena-install.log && cat /var/log/athena-install.log
EOF
exit 0;