[24359] in Source-Commits
/svn/athena r23957 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sun Aug 9 03:42:51 2009
Date: Sun, 9 Aug 2009 03:42:37 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200908090742.n797gbjb008987@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-08-09 03:42:36 -0400 (Sun, 09 Aug 2009)
New Revision: 23957
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
install-debathena.sh: Remove /beta from URLs.
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2009-08-08 07:15:20 UTC (rev 23956)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2009-08-09 07:42:36 UTC (rev 23957)
@@ -43,7 +43,7 @@
echo ""
echo "Please choose the category which best suits your needs. Each category"
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 "documentation at http://debathena.mit.edu for more information."
echo ""
echo " standard: Athena client software (e.g. discuss) and customizations"
echo " login: Allow Athena users to log into your machine"
@@ -250,9 +250,9 @@
if [ -z "$modules" ]; then
error "An OpenAFS modules metapackage for your kernel is not available."
error "Please use the manual installation instructions at"
- error "http://debathena.mit.edu/beta/install"
+ error "http://debathena.mit.edu/install"
error "You will need to compile your own AFS modules as described at:"
- error "http://debathena.mit.edu/beta/troubleshooting#openafs-custom"
+ error "http://debathena.mit.edu/troubleshooting#openafs-custom"
exit 1
fi