X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcgi%2Fprepare_cgi_bin_for_apache.sh;h=7f7fa90bffbde3f7ef37f0fdf1b7ab9c7e2d658c;hb=16afe4d6569a92127a4f27dfb36e0acc1889b392;hp=543404b3be9712e7be971ea057de6a7298e1de03;hpb=923e93f0becf36ae02d6807c47670760685ea22f;p=feisty_meow.git diff --git a/scripts/cgi/prepare_cgi_bin_for_apache.sh b/scripts/cgi/prepare_cgi_bin_for_apache.sh index 543404b3..7f7fa90b 100755 --- 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/*