Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / cgi / prepare_cgi_bin_for_apache.sh
diff --git a/scripts/cgi/prepare_cgi_bin_for_apache.sh b/scripts/cgi/prepare_cgi_bin_for_apache.sh
deleted file mode 100755 (executable)
index 7f7fa90..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/bash
-
-# 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 \
-  /usr/lib/cgi-bin
-
-cd ~/feisty_meow/scripts/database
-cp *show_stripper.sh *movie_seeker.sh *movie_stripper.sh \
-  /usr/lib/cgi-bin
-
-cd ~/feisty_meow/scripts/files
-cp show_directory_listing.sh \
-  /usr/lib/cgi-bin
-
-cd ~/feisty_meow/infobase
-cp fortunes.dat \
-  /usr/lib/cgi-bin
-
-cp $FEISTY_MEOW_BINARIES/*nechung* /usr/lib/cgi-bin
-
-chmod a+x /usr/lib/cgi-bin/*
-
-/usr/lib/cgi-bin/nechung /usr/lib/cgi-bin/fortunes.dat
-