5adcf6bc2904690de7b7b30a83ec8a7a0996abe9
galt
  Tue Aug 21 00:01:25 2018 -0700
changing cse subdomain to soe

diff --git src/utils/userApps/mkREADME.sh src/utils/userApps/mkREADME.sh
index 8db94e0..288d4f2 100755
--- src/utils/userApps/mkREADME.sh
+++ src/utils/userApps/mkREADME.sh
@@ -21,31 +21,31 @@
 RESULT=$2
 
 if [ ! -d "${DESTDIR}" ]; then
     echo "ERROR: specified destination directory \"${DESTDIR}\""
     echo "	does not exist."
     usage
 fi
 
 cd "${DESTDIR}"
 
 echo "================================================================
 to download all of the files from one of these admin/exe/ directories,
   for example: admin/exe/linux.x86_64/
     using the rsync command to your current directory:
 
-  rsync -aP rsync://hgdownload.cse.ucsc.edu/genome/admin/exe/linux.x86_64/ ./
+  rsync -aP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/linux.x86_64/ ./
 
 ================================================================" > "${RESULT}"
 
 # a few of the commands do not understand just a -verbose=2 argument
 # some of those could be fixed TBD
 
 find . -mindepth 1 -type f | grep -v -w hgsql | sed -e "s/^.\///; /mkREADME.sh/d" | sort | \
 while read F
 do
     if [ -x "${F}" ]; then
 	echo "========   ${F}   ===================================="
 	echo "================================================================"
         case "${F}" in
            ameme|aveCols|catUncomment|fetchChromSizes|gmtime|localtime|hgsqldump|pslPairs|qaToQac|bedJoinTabOffset|expMatrixToBarchartBed|webSync|vai.pl)
 	     ./${F}