From 86dc5b044b5c73edeaa3cfb9d15a876af676ecb8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 25 Apr 2012 16:18:39 -0400 Subject: [PATCH] updates for cgi apps. these were still pointing at old places. --- scripts/cgi/call_version_utils.sh | 2 +- scripts/cgi/prepare_cgi_bin_for_apache.sh | 10 +++++----- scripts/database/call_movie_seeker.sh | 2 +- scripts/database/call_show_stripper.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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 -- 2.34.1