[23489] in Source-Commits
/svn/athena r23135 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Aug 13 17:56:29 2008
Date: Wed, 13 Aug 2008 17:55:55 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200808132155.RAA19655@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-08-13 17:55:54 -0400 (Wed, 13 Aug 2008)
New Revision: 23135
Modified:
trunk/debathena/scripts/installer/install-athena10.sh
Log:
Remove locker as an option in the Athena 10 install script.
Modified: trunk/debathena/scripts/installer/install-athena10.sh
===================================================================
--- trunk/debathena/scripts/installer/install-athena10.sh 2008-08-10 04:25:07 UTC (rev 23134)
+++ trunk/debathena/scripts/installer/install-athena10.sh 2008-08-13 21:55:54 UTC (rev 23135)
@@ -40,15 +40,14 @@
echo "in this list includes the functionality of the previous ones. See the"
echo "documentation at http://athena10.mit.edu for more information."
echo ""
-echo " locker: Minimal software necessary to run Athena locker software."
echo " standard: Athena client software (e.g. discuss) and customizations"
echo " login: Allow Athena users to log into your machine locally"
echo " workstation: Athena graphical login customizations"
echo ""
category=""
-while [ locker != "$category" -a standard != "$category" -a \
- login != "$category" -a workstation != "$category" ]; do
+while [ standard != "$category" -a login != "$category" -a \
+ workstation != "$category" ]; do
output -n "Please choose a category or press control-C to abort: "
read category
done