From: Chris Koeritz Date: Wed, 25 Apr 2012 20:18:39 +0000 (-0400) Subject: updates for cgi apps. these were still pointing at old places. X-Git-Tag: 2.140.90~1386 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=86dc5b044b5c73edeaa3cfb9d15a876af676ecb8;hp=ce77b29d6766080c9bb3adeb981e6879365e7d3c;p=feisty_meow.git updates for cgi apps. these were still pointing at old places. --- diff --git a/scripts/cgi/call_version_utils.sh b/scripts/cgi/call_version_utils.sh index 3b8fd7c1..893379d7 100644 --- a/scripts/cgi/call_version_utils.sh +++ b/scripts/cgi/call_version_utils.sh @@ -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 diff --git a/scripts/cgi/prepare_cgi_bin_for_apache.sh b/scripts/cgi/prepare_cgi_bin_for_apache.sh index ec8d4f99..6cf69a9d 100644 --- a/scripts/cgi/prepare_cgi_bin_for_apache.sh +++ b/scripts/cgi/prepare_cgi_bin_for_apache.sh @@ -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/* diff --git a/scripts/database/call_movie_seeker.sh b/scripts/database/call_movie_seeker.sh index 9c88712e..da02d7c5 100644 --- a/scripts/database/call_movie_seeker.sh +++ b/scripts/database/call_movie_seeker.sh @@ -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 diff --git a/scripts/database/call_show_stripper.sh b/scripts/database/call_show_stripper.sh index 7795acfe..6491ed70 100644 --- a/scripts/database/call_show_stripper.sh +++ b/scripts/database/call_show_stripper.sh @@ -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