[24079] in Source-Commits

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

/svn/athena r23683 - in trunk/athena/bin/machtype: . debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Wed Apr 1 12:12:04 2009

Date: Wed, 1 Apr 2009 12:11:53 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904011611.n31GBrGj026882@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-04-01 12:11:53 -0400 (Wed, 01 Apr 2009)
New Revision: 23683

Modified:
   trunk/athena/bin/machtype/debian/changelog
   trunk/athena/bin/machtype/machtype_linux.sh
Log:
In machtype:
  * Add debathena-login-graphical to the list of metapackages we test for.

Modified: trunk/athena/bin/machtype/debian/changelog
===================================================================
--- trunk/athena/bin/machtype/debian/changelog	2009-03-31 21:38:03 UTC (rev 23682)
+++ trunk/athena/bin/machtype/debian/changelog	2009-04-01 16:11:53 UTC (rev 23683)
@@ -1,3 +1,9 @@
+debathena-machtype (10.0.1-0debathena1) unstable; urgency=low
+
+  * Add debathena-login-graphical to the list of metapackages we test for.
+
+ -- Evan Broder <broder@mit.edu>  Wed, 01 Apr 2009 12:11:21 -0400
+
 debathena-machtype (10.0.0-0debathena5) unstable; urgency=low
 
   * machtype -L outputs "debathena" if no metapackages are installed,

Modified: trunk/athena/bin/machtype/machtype_linux.sh
===================================================================
--- trunk/athena/bin/machtype/machtype_linux.sh	2009-03-31 21:38:03 UTC (rev 23682)
+++ trunk/athena/bin/machtype/machtype_linux.sh	2009-04-01 16:11:53 UTC (rev 23683)
@@ -91,7 +91,7 @@
 fi
 
 if [ $ath_vers ]; then
-	for meta in cluster workstation login standard clients locker athena-libraries extra-software extra-software-nox thirdparty; do
+	for meta in cluster workstation login-graphical login standard clients locker athena-libraries extra-software extra-software-nox thirdparty; do
 		if dpkg-query --showformat '${Status}\n' -W "debathena-$meta" 2>/dev/null | grep -q ' installed$'; then
 			echo "debathena-$meta"
 			printed=1


Property changes on: trunk/athena/bin/machtype/machtype_linux.sh
___________________________________________________________________
Name: svn:executable
   + *


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