Changeset 1530 for trunk/locker/bin
- Timestamp:
- Mar 29, 2010, 12:18:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locker/bin/scripts-remove
-
Property
svn:mergeinfo
set to
False
/branches/fc11-dev/locker/bin/scripts-remove merged eligible /branches/locker-dev/locker/bin/scripts-remove merged eligible
r463 r1530 54 54 echo 55 55 echo "When you installed the software, you chose a URL" 56 echo "that starts with http://scripts.mit.edu/~$lname/." 57 echo "Please enter the full URL where this software was" 58 echo "installed. (This should correspond to a directory" 59 echo "in /mit/$lname/web_scripts/.)" 60 printf "%s" "URL: http://scripts.mit.edu/~$lname/" 56 echo "that starts with http://$lname.scripts.mit.edu/" 57 echo "(for software installed after March 2009) or" 58 echo "http://scripts.mit.edu/~$lname/ (for software" 59 echo "installed before then)." 60 echo "Please enter the new-style full URL where this" 61 echo "software was installed. (This should correspond" 62 echo "to a directory in /mit/$lname/web_scripts/.)" 63 printf "%s" "URL: http://$lname.scripts.mit.edu/" 61 64 read addrend 62 65 … … 65 68 echo 66 69 echo "ERROR:" 67 echo "You must enter one or more characters after ~$lname/"70 echo "You must enter one or more characters after mit.edu/" 68 71 echo "The completed address must only contain a-z, 0-9, and /." 69 72 exit 1 … … 146 149 echo "available in /mit/sql/backup/$lname". 147 150 fi 148 exit149 151 else 150 152 echo "ERROR:" … … 157 159 fi 158 160 echo 159 echo "The installation in http:// scripts.mit.edu/~$lname/$addrend"161 echo "The installation in http://$lname.scripts.mit.edu/$addrend" 160 162 echo "has been successfully uninstalled." -
Property
svn:mergeinfo
set to
False
Note: See TracChangeset
for help on using the changeset viewer.