[24074] in Source-Commits

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

/svn/athena r23678 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Evan Broder)
Tue Mar 31 13:08:01 2009

Date: Tue, 31 Mar 2009 13:07:47 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903311707.n2VH7lMB010324@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-03-31 13:07:47 -0400 (Tue, 31 Mar 2009)
New Revision: 23678

Modified:
   trunk/debathena/scripts/installer/install-debathena.sh
Log:
Update the Debathena installer for workstation -> login-graphical.


Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh	2009-03-31 08:28:58 UTC (rev 23677)
+++ trunk/debathena/scripts/installer/install-debathena.sh	2009-03-31 17:07:47 UTC (rev 23678)
@@ -40,9 +40,9 @@
 echo "in this list includes the functionality of the previous ones.  See the"
 echo "documentation at http://debathena.mit.edu/beta for more information."
 echo ""
-echo "  standard:    Athena client software (e.g. discuss) and customizations"
-echo "  login:       Allow Athena users to log into your machine"
-echo "  workstation: Athena graphical login customizations"
+echo "  standard:        Athena client software (e.g. discuss) and customizations"
+echo "  login:           Allow Athena users to log into your machine"
+echo "  login-graphical: Athena graphical login customizations"
 echo ""
 
 # Hack to deal with the older PXE installer (which used a simple flag file to
@@ -60,7 +60,7 @@
   fi
 fi
 while [ standard != "$category" -a login != "$category" -a \
-        workstation != "$category" -a cluster != "$category" ]; do
+        login-graphical != "$category" -a cluster != "$category" ]; do
   output -n "Please choose a category or press control-C to abort: "
   read category
 done


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