Index: locker/deploy/bin/onathena-star
===================================================================
--- locker/deploy/bin/onathena	(revision 524)
+++ locker/deploy/bin/onathena-star	(revision 1103)
@@ -89,9 +89,9 @@
 echo
 echo "Your new copy of $sname will appear on the web at a URL"
-echo "that starts with http://scripts.mit.edu/~$lname/"
+echo "that starts with http://$lname.scripts.mit.edu/"
 echo "Please decide upon a complete URL and enter it below."
-echo "You must enter one or more characters after ~$lname/"
+echo "You must enter one or more characters after /"
 echo "The completed address must only contain a-z, 0-9, and /."
-printf "Desired address: http://scripts.mit.edu/~$lname/"
+printf "Desired address: http://$lname.scripts.mit.edu/"
 read addrend
 
@@ -100,5 +100,5 @@
 	echo
 	echo "ERROR:"
-	echo "You must enter one or more characters after ~$lname/"
+	echo "You must enter one or more characters after /"
 	echo "The completed address must only contain a-z, 0-9, and /."
 	exit 1
@@ -183,5 +183,5 @@
 fs sa . daemon.scripts write
 fs sa . system:scripts-security-upd write
-echo "This directory is used to store temporary files such as sessions. If you delete it, auto-installed packages will fail." > DO_NOT_DELETE.txt
+echo "This directory is necessary to store login sessions and other transient files for auto-installed packages from scripts.mit.edu." > DO_NOT_DELETE.txt
 mkdir -p "$lroot/web_scripts/$addrend"
 cd "$lroot/web_scripts/$addrend"
@@ -233,5 +233,5 @@
 echo "== Installation complete! =="
 echo "You should now be able to access your new copy of $sname at"
-echo "http://scripts.mit.edu/~$lname/$addrend/"
+echo "http://$lname.scripts.mit.edu/$addrend/"
 echo "(You can replace the http with https if you want to use encryption)"
 echo "If you have trouble accessing it, feel free to contact"
