From e0d13f13f7b2bca7b91c02ebba25066a3fbb00e7 Mon Sep 17 00:00:00 2001 From: dobrek Date: Fri, 5 Apr 2002 10:45:15 +0000 Subject: [PATCH] - updateded to 5.22 Changed files: analog-config.patch -> 1.9 --- analog-config.patch | 62 ++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 37 deletions(-) diff --git a/analog-config.patch b/analog-config.patch index 1eb297d..c4f4f54 100644 --- a/analog-config.patch +++ b/analog-config.patch @@ -1,33 +1,16 @@ -diff -urN analog-5.0.org/analog.cfg analog-5.0/analog.cfg ---- analog-5.0.org/analog.cfg Tue May 1 12:38:24 2001 -+++ analog-5.0/analog.cfg Mon May 14 00:56:08 2001 -@@ -9,10 +9,11 @@ - # There is a much more extensive configuration file in examples/big.cfg - # - # If you need a LOGFORMAT command it must go here, above the LOGFILE commands. --LOGFILE logfile.log -+LOGFILE /var/log/httpd/access_log -+LANGUAGE POLISH - # LOGFILE /old/logs/access_log.* - # OUTFILE Report.html --# HOSTNAME "[my organisation]" -+HOSTNAME "[PLD Linux Server]" - # REQINCLUDE pages - REQLINKINCLUDE pages - REFLINKINCLUDE * -diff -urN analog-5.0.org/anlgform.html analog-5.0/anlgform.html ---- analog-5.0.org/anlgform.html Tue May 1 12:38:24 2001 -+++ analog-5.0/anlgform.html Mon May 14 00:57:26 2001 +diff -urN analog-5.22/anlgform.html analog-5.22.new/anlgform.html +--- analog-5.22/anlgform.html Wed Mar 20 10:38:41 2002 ++++ analog-5.22.new/anlgform.html Fri Apr 5 12:38:44 2002 @@ -3,7 +3,7 @@ -

Analog form interface

-+

Analog Analog form interface

++

Analog form interface

-@@ -15,10 +15,10 @@ +@@ -15,10 +15,12 @@ @@ -35,26 +18,29 @@ diff -urN analog-5.0.org/anlgform.html analog-5.0/anlgform.html + -- + + ++ -diff -urN analog-5.0.org/anlgform.pl analog-5.0/anlgform.pl ---- analog-5.0.org/anlgform.pl Tue May 1 12:38:24 2001 -+++ analog-5.0/anlgform.pl Mon May 14 00:58:03 2001 +diff -urN analog-5.22/anlgform.pl analog-5.22.new/anlgform.pl +--- analog-5.22/anlgform.pl Wed Mar 20 10:38:41 2002 ++++ analog-5.22.new/anlgform.pl Fri Apr 5 12:39:39 2002 @@ -19,6 +19,7 @@ # of Perl (don't remove the #! though). # 3) You also need to edit anlgform.html if you want to use the form. # 4) Add to the forbidden commands below if you want. -+$analog = '/usr/bin/analog'; ++$analog='/usr/bin/analog' @forbidden = qw(LOGFORMAT APACHELOGFORMAT DEFAULTLOGFORMAT APACHEDEFAULTLOGFORMAT HEADERFILE FOOTERFILE UNCOMPRESS -diff -urN analog-5.0.org/src/anlghea2.h analog-5.0/src/anlghea2.h ---- analog-5.0.org/src/anlghea2.h Tue May 1 12:38:33 2001 -+++ analog-5.0/src/anlghea2.h Mon May 14 01:05:03 2001 -@@ -50,11 +50,11 @@ +Binary files analog-5.22/src/alias.o and analog-5.22.new/src/alias.o differ +Binary files analog-5.22/src/analog.o and analog-5.22.new/src/analog.o differ +diff -urN analog-5.22/src/anlghea2.h analog-5.22.new/src/anlghea2.h +--- analog-5.22/src/anlghea2.h Wed Mar 20 10:38:51 2002 ++++ analog-5.22.new/src/anlghea2.h Fri Apr 5 12:40:33 2002 +@@ -50,11 +50,12 @@ #endif #ifndef NODNS @@ -65,13 +51,14 @@ diff -urN analog-5.0.org/src/anlghea2.h analog-5.0/src/anlghea2.h -#define DNSLOCKFILE "dnslock" +#define DNSLOCKFILE "/var/lock/dnslock" ++ /* A lock file to stop two processes trying to write the DNSFILE at once */ #define DNS (DNS_NONE) -diff -urN analog-5.0.org/src/anlghead.h analog-5.0/src/anlghead.h ---- analog-5.0.org/src/anlghead.h Tue May 1 12:38:33 2001 -+++ analog-5.0/src/anlghead.h Mon May 14 01:06:40 2001 -@@ -19,30 +19,30 @@ +diff -urN analog-5.22/src/anlghead.h analog-5.22.new/src/anlghead.h +--- analog-5.22/src/anlghead.h Wed Mar 20 10:38:52 2002 ++++ analog-5.22.new/src/anlghead.h Fri Apr 5 12:42:55 2002 +@@ -19,30 +19,31 @@ #define ANLGHEAD_H #ifndef HOSTNAME @@ -98,6 +85,7 @@ diff -urN analog-5.0.org/src/anlghead.h analog-5.0/src/anlghead.h #ifndef OUTFILE -#define OUTFILE "stdout" +#define OUTFILE "/home/httpd/html/usage/analog.html" ++ /* The default file for output. Use "stdout" for stdout. */ #endif @@ -107,7 +95,7 @@ diff -urN analog-5.0.org/src/anlghead.h analog-5.0/src/anlghead.h /* URL of the directory where the images for the graphical reports live. The URL can be absolute, or relative to the output page: e.g., just the empty string "" for the same directory as the output page. */ -@@ -61,7 +61,7 @@ +@@ -61,7 +62,7 @@ #endif #ifndef DEFAULTCONFIGFILE @@ -116,7 +104,7 @@ diff -urN analog-5.0.org/src/anlghead.h analog-5.0/src/anlghead.h /* The name of the default configuration file. */ #endif -@@ -82,7 +82,7 @@ +@@ -82,7 +83,7 @@ directory. This may or may not work, so it's better to specify a location explicitly here if you know where the files will be kept. */ #ifndef LANGDIR -- 2.43.0