updates for cgi apps. these were still pointing at old places.
authorChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 20:18:39 +0000 (16:18 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 20:18:39 +0000 (16:18 -0400)
scripts/cgi/call_version_utils.sh
scripts/cgi/prepare_cgi_bin_for_apache.sh
scripts/database/call_movie_seeker.sh
scripts/database/call_show_stripper.sh

index 3b8fd7c18f9294adac4d7e1743c28cd6bd87852a..893379d77d186ce2255ad7f524e2b9d70a3874fc 100644 (file)
@@ -11,5 +11,5 @@ echo ""
 #echo "query string is $QUERY_STRING"
 #echo "cmd1=$cmd1"
 #echo "cmd2=$cmd2"
-bash /var/www/yeti/scripts/build/version_utils.sh $cmd1 $cmd2
+bash /home/www-data/feisty_meow/scripts/buildor/version_utils.sh $cmd1 $cmd2
 
index ec8d4f995017f8ff72dcacd89c3cac8dc8e04cb7..6cf69a9d00f6fbb589c1759fbf468746688a0e83 100644 (file)
@@ -3,24 +3,24 @@
 # this script needs to run as root.  it will copy all the important
 # assets for cgi into the right places.
 
-cd ~/yeti/scripts/cgi
+cd ~/feisty_meow/scripts/cgi
 cp call_version_utils.sh cgi_cat.pl cgi_display.pl cgi_nechung.cgi cgi_show_file_date.sh \
     count.cgi nechung.cgi \
   /usr/lib/cgi-bin
 
-cd ~/yeti/scripts/database
+cd ~/feisty_meow/scripts/database
 cp *show_stripper.sh *movie_seeker.sh *movie_stripper.sh \
   /usr/lib/cgi-bin
 
-cd ~/yeti/scripts/files
+cd ~/feisty_meow/scripts/files
 cp show_directory_listing.sh \
   /usr/lib/cgi-bin
 
-cd ~/yeti/database
+cd ~/feisty_meow/database
 cp fortunes.dat \
   /usr/lib/cgi-bin
 
-cp ~fred/yeti/bin/$(arch)/*nechung* /usr/lib/cgi-bin
+cp ~fred/feisty_meow/production/binaries/*nechung* /usr/lib/cgi-bin
 
 chmod a+x /usr/lib/cgi-bin/*
 
index 9c88712e99795897589f75d3ecabd5d6d6efb3fa..da02d7c5cb9b79300a1f294dde2057e0bc232cfe 100644 (file)
@@ -21,7 +21,7 @@ else
   echo "Content-type: text/html"
   echo ""
   echo ""
-  cat /var/www/yeti/pictures/no_matches.html
+  cat /home/www-data/feisty_meow/database/pictures/no_matches.html
 
 fi
 
index 7795acfe2b96cc8d289f5e15d795b0a1eceb1915..6491ed70a06121fe5decac01ca6b5a4ef5cbbe82 100644 (file)
@@ -20,7 +20,7 @@ else
   echo "Content-type: text/html"
   echo ""
   echo ""
-  cat /var/www/yeti/pictures/no_matches.html
+  cat /home/www-data/feisty_meow/database/pictures/no_matches.html
 
 fi