diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-16 20:43:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-16 20:43:59 +0000 |
commit | 62ae860429b0587da5a6c60d7576e040727a68d7 (patch) | |
tree | ab67eae983ee37d82ca78cdd47d9f2836e1bf7a6 /www/wwwcount/files/patch-aa | |
parent | Move PATCH* stuff down to its own section. The upgrade was to 1.01a, (diff) |
Most sophisticated Access Counter I found
Diffstat (limited to 'www/wwwcount/files/patch-aa')
-rw-r--r-- | www/wwwcount/files/patch-aa | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/www/wwwcount/files/patch-aa b/www/wwwcount/files/patch-aa new file mode 100644 index 000000000000..65c95bb16fba --- /dev/null +++ b/www/wwwcount/files/patch-aa @@ -0,0 +1,70 @@ +*** Count-config.orig Fri May 3 06:20:27 1996 +--- Count-config Thu May 16 22:18:17 1996 +*************** +*** 20,26 **** + trap 'echo '';echo "Interrupt Detected..exiting";rm -f "./Config.tmpl" 2>/dev/null;rm -f "./.alfcf" ;rm -f "./strict" 2>/dev/null;echo '';exit 1' 1 2 3 15 + + Tmpl="./Config.tmpl" +! CgiBinDir="/usr/local/etc/httpd/cgi-bin" + + if [ ! -f "./VERSION" ] + then +--- 20,26 ---- + trap 'echo '';echo "Interrupt Detected..exiting";rm -f "./Config.tmpl" 2>/dev/null;rm -f "./.alfcf" ;rm -f "./strict" 2>/dev/null;echo '';exit 1' 1 2 3 15 + + Tmpl="./Config.tmpl" +! CgiBinDir="${PREFIX}/www/cgi-bin" + + if [ ! -f "./VERSION" ] + then +*************** +*** 36,42 **** + Version=`cat ./VERSION` + Basedir="wwwcount$Version" + ConfigH="config.h" +! BaseDir="/usr/local/etc/Counter" + ConfigDir="conf" + ConfFile="count.cfg" + DigitDir="digits" +--- 36,42 ---- + Version=`cat ./VERSION` + Basedir="wwwcount$Version" + ConfigH="config.h" +! BaseDir="${PREFIX}/etc/Counter" + ConfigDir="conf" + ConfFile="count.cfg" + DigitDir="digits" +*************** +*** 114,120 **** + + if [ .$answer = . ] + then +! answer=x + fi + until [ $answer = "y" -o $answer = "Y" -o $answer = "n" -o $answer = "N" ] + do +--- 114,120 ---- + + if [ .$answer = . ] + then +! answer=y + fi + until [ $answer = "y" -o $answer = "Y" -o $answer = "n" -o $answer = "N" ] + do +*************** +*** 302,308 **** + + if [ .$answer = . ] + then +! answer=x + fi + until [ $answer = "y" -o $answer = "Y" -o $answer = "n" -o $answer = "N" ] + do +--- 302,308 ---- + + if [ .$answer = . ] + then +! answer=y + fi + until [ $answer = "y" -o $answer = "Y" -o $answer = "n" -o $answer = "N" ] + do |