X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcgi%2Fprepare_cgi_bin_for_apache.sh;h=7f7fa90bffbde3f7ef37f0fdf1b7ab9c7e2d658c;hb=a5652986055dd00c3dd5f0ccdf4408aa484c51f8;hp=543404b3be9712e7be971ea057de6a7298e1de03;hpb=102061cab065f647954f3e935f11f433e2f088d4;p=feisty_meow.git diff --git a/scripts/cgi/prepare_cgi_bin_for_apache.sh b/scripts/cgi/prepare_cgi_bin_for_apache.sh old mode 100644 new mode 100755 index 543404b3..7f7fa90b --- a/scripts/cgi/prepare_cgi_bin_for_apache.sh +++ b/scripts/cgi/prepare_cgi_bin_for_apache.sh @@ -3,6 +3,9 @@ # this script needs to run as root. it will copy all the important # assets for cgi into the right places. +echo "antiquated approach, we now do this with links instead." +exit 1 + 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 \ @@ -20,7 +23,7 @@ cd ~/feisty_meow/infobase cp fortunes.dat \ /usr/lib/cgi-bin -cp $BINDIR/*nechung* /usr/lib/cgi-bin +cp $FEISTY_MEOW_BINARIES/*nechung* /usr/lib/cgi-bin chmod a+x /usr/lib/cgi-bin/*