]> git.pld-linux.org Git - packages/analog.git/commitdiff
- updated to 5.0 analog-5_0-1
authorlukasz <lukasz@pld-linux.org>
Sun, 13 May 2001 23:20:30 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    analog-config.patch -> 1.8
    analog.spec -> 1.20

analog-config.patch
analog.spec

index 0308c77ed826ef975c79f6b0d17d79f151e310da..1eb297d7da7ea702e9fc03c5bbedb88af0e56171 100644 (file)
@@ -1,49 +1,48 @@
-diff -urN analog-4.16.org/analog.cfg analog-4.16/analog.cfg
---- analog-4.16.org/analog.cfg Tue Feb 13 16:09:08 2001
-+++ analog-4.16/analog.cfg     Mon Feb 26 21:04:14 2001
-@@ -9,9 +9,10 @@
+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 command.
--LOGFILE logfile.log
+ # 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
- # OUTFILE outfile.html
+ # LOGFILE /old/logs/access_log.*
+ # OUTFILE Report.html
 -# HOSTNAME "[my organisation]"
 +HOSTNAME "[PLD Linux Server]"
  # REQINCLUDE pages
- LINKINCLUDE pages
REQLINKINCLUDE pages
  REFLINKINCLUDE *
-diff -urN analog-4.16.org/anlgform.html analog-4.16/anlgform.html
---- analog-4.16.org/anlgform.html      Tue Feb 13 16:09:08 2001
-+++ analog-4.16/anlgform.html  Mon Feb 26 21:06:02 2001
-@@ -3,8 +3,7 @@
+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
+@@ -3,7 +3,7 @@
  </head>
  
  <body>
 -<h1><!-- img src="/images/analogo.gif" alt="" --> Analog form interface</h1>
--
 +<h1><img src="/icons/analogo.gif" alt="Analog" --> Analog form interface</h1>
  <!-- Make the edits below. You also need to edit anlgform.pl. -->
  
- <!-- First, uncomment the img tag above, edited if necessary. -->
-@@ -24,11 +23,11 @@
+@@ -15,10 +15,10 @@
  
  <!-- Many systems will want the IMAGEDIR to be different on the form -->
  <!-- than from the command line, because it should not be within /cgi-bin/ -->
 -<!-- input type=hidden name="IMAGEDIR" value="/images/" -->
 +<!-- input type=hidden name="IMAGEDIR" value="/icons/" -->
  
- <!-- Some users will want to set their logfile like this. If you do, you -->
- <!-- musn't also specify the LOGFILE in the "cg" configuration file above. -->
+ <!-- Some users will want to set their logfile like this. -->
 -<!-- input type=hidden name="LOGFILE" value="/usr/local/etc/httpd/logs/access_log" -->
 +<!-- input type=hidden name="LOGFILE" value="/usr/var/httpd/log/access_log" -->
  
  <!-- After you've made these edits, you can remove the "strong" lines below -->
  
-diff -urN analog-4.16.org/anlgform.pl analog-4.16/anlgform.pl
---- analog-4.16.org/anlgform.pl        Tue Feb 13 16:09:08 2001
-+++ analog-4.16/anlgform.pl    Mon Feb 26 21:03:22 2001
+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
 @@ -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.
@@ -52,60 +51,45 @@ diff -urN analog-4.16.org/anlgform.pl analog-4.16/anlgform.pl
  
  @forbidden = qw(LOGFORMAT APACHELOGFORMAT DEFAULTLOGFORMAT
                APACHEDEFAULTLOGFORMAT HEADERFILE FOOTERFILE UNCOMPRESS
-diff -urN analog-4.16.org/anlghea2.h analog-4.16/anlghea2.h
---- analog-4.16.org/anlghea2.h Tue Feb 13 16:09:08 2001
-+++ analog-4.16/anlghea2.h     Mon Feb 26 20:59:43 2001
-@@ -50,16 +50,16 @@
- #endif
- #ifndef LANGDIR
--#define LANGDIR ANALOGDIR"lang/"
-+#define LANGDIR ANALOGDIR "/usr/share/analog/lang/"
- /* Directory where the language files live. */
+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 @@
  #endif
  
  #ifndef NODNS
--#define DNSFILE ANALOGDIR"dnscache"
-+#define DNSFILE ANALOGDIR "/var/lib/analog/dnscache"
+-#define DNSFILE "dnscache"
++#define DNSFILE "/var/lib/analog/dnscache"
  /* where to store resolved addresses so we don't have to look them up next
     time */
  
--#define DNSLOCKFILE ANALOGDIR"dnslock"
-+#define DNSLOCKFILE ANALOGDIR "/var/lock/dnslock"
+-#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-4.16.org/anlghead.h analog-4.16/anlghead.h
---- analog-4.16.org/anlghead.h Tue Feb 13 16:09:09 2001
-+++ analog-4.16/anlghead.h     Mon Feb 26 21:02:30 2001
-@@ -19,19 +19,19 @@
- #define ANLGHEAD
+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 @@
+ #define ANLGHEAD_H
  
  #ifndef HOSTNAME
 -#define HOSTNAME "[my organisation]"
 +#define HOSTNAME "[PLD Linux Server]"
- /* the name of your organisation or WWW host. This is used for printing
-    at the top of the output */
+ /* The name of your organisation or web server. This is used for printing
+    at the top of the output. */
  #endif
  
  #ifndef HOSTURL
 -#define HOSTURL "none"
 +#define HOSTURL "/"
- /* the URL of your host's home page, for linking to at the top of the
+ /* The URL of your host's home page, for linking to at the top of the
     output; use "none" for no linking. */
  #endif
  
- #ifndef ANALOGDIR
--#define ANALOGDIR "/usr/local/analog/analog-4.16/"
-+#define ANALOGDIR ""
- #endif
- /* The directory where your analog stuff lives (or will live). You need to
-    get this right otherwise analog won't be able to find any of its auxiliary
-@@ -41,18 +41,18 @@
-    which means the file analog.cfg within the ANALOGDIR. */
  #ifndef LOGFILE
--#define LOGFILE "/usr/local/apache/logs/access_log"
+-#define LOGFILE "logfile.log"
 +#define LOGFILE "/var/log/httpd/access_log"
  /* The name of the default logfile. Can be a list, separated by commas
     (but no spaces), and can include wild cards. */
@@ -123,12 +107,21 @@ diff -urN analog-4.16.org/anlghead.h analog-4.16/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. */
-@@ -71,7 +71,7 @@
+@@ -61,7 +61,7 @@
  #endif
  
  #ifndef DEFAULTCONFIGFILE
--#define DEFAULTCONFIGFILE ANALOGDIR"analog.cfg"
-+#define DEFAULTCONFIGFILE ANALOGDIR "/etc/analog.cfg"
- /* the name of the default configuration file; see README.html for a
-    description of this file. Use "none" (NOT ANALOGDIR"none"!) for no
-    configuration file. */
+-#define DEFAULTCONFIGFILE "analog.cfg"
++#define DEFAULTCONFIGFILE "/etc/analog.cfg"
+ /* The name of the default configuration file. */
+ #endif
+@@ -82,7 +82,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
+-#define LANGDIR NULL
++#define LANGDIR "/usr/share/analog/lang/"
+ #endif
+ /* Directory where the language files live. Actually, if this one is defined
+    to be NULL, they will be looked for inside the "lang" subdirectory of the
index a0811dbbdbb42faa695730e81085d33adcca87d1..6dcc43f51eb14c6450c4238cc3e14901c9c26ca2 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       WWW server logfile analysis program
 Summary(pl):   Analizator logów serwera www
 Name:          analog
-Version:       4.16
+Version:       5.0
 Release:       1
 License:       Distributable
 Group:         Networking/Utilities
This page took 0.0792 seconds and 4 git commands to generate.