| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Thu, 3 Sep 2009 20:46:32 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200909040046.n840kWlD014962@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-09-03 20:46:31 -0400 (Thu, 03 Sep 2009)
New Revision: 23987
Modified:
trunk/athena/etc/athinfod/debian/athinfo.defs
Log:
Expand braces in athinfo.defs file; athinfo uses sh, not bash.
Modified: trunk/athena/etc/athinfod/debian/athinfo.defs
===================================================================
--- trunk/athena/etc/athinfod/debian/athinfo.defs 2009-09-03 18:49:06 UTC (rev 23986)
+++ trunk/athena/etc/athinfod/debian/athinfo.defs 2009-09-04 00:46:31 UTC (rev 23987)
@@ -33,4 +33,4 @@
modules lsmod
update-status aptitude --simulate --assume-yes dist-upgrade
policy apt-cache policy
-hardware cat /sys/class/dmi/id/product_{name,version}
+hardware cat /sys/class/dmi/id/product_name /sys/class/dmi/id/product_version
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |