[23929] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Evan Broder)
Thu Mar 5 17:38:48 2009

Date: Thu, 5 Mar 2009 17:38:39 -0500
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903052238.n25McdM6023032@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-03-05 17:38:38 -0500 (Thu, 05 Mar 2009)
New Revision: 23539

Modified:
   trunk/athena/bin/machtype/debian/changelog
   trunk/athena/bin/machtype/machtype_linux.sh
Log:
In machtype:
  * machtype -L outputs "debathena" if no metapackages are installed,
    instead of "linux".


Modified: trunk/athena/bin/machtype/debian/changelog
===================================================================
--- trunk/athena/bin/machtype/debian/changelog	2009-03-05 21:27:43 UTC (rev 23538)
+++ trunk/athena/bin/machtype/debian/changelog	2009-03-05 22:38:38 UTC (rev 23539)
@@ -1,3 +1,10 @@
+debathena-machtype (10.0.0-0debathena5) unstable; urgency=low
+
+  * machtype -L outputs "debathena" if no metapackages are installed,
+    instead of "linux".
+
+ -- Evan Broder <broder@mit.edu>  Thu, 05 Mar 2009 17:38:20 -0500
+
 debathena-machtype (10.0.0-0debathena4) unstable; urgency=low
 
   * Change `machtype -E` and `machtype -L` to output more informative

Modified: trunk/athena/bin/machtype/machtype_linux.sh
===================================================================
--- trunk/athena/bin/machtype/machtype_linux.sh	2009-03-05 21:27:43 UTC (rev 23538)
+++ trunk/athena/bin/machtype/machtype_linux.sh	2009-03-05 22:38:38 UTC (rev 23539)
@@ -100,6 +100,10 @@
 			fi
 		fi
 	done
+        if [ $printed -eq '0' ]; then
+            echo "debathena"
+            printed=1
+        fi
 fi
 
 if [ $base_os_name ]; then


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