Package: wwwstat / 2.0-7

Metadata

Package Version Patches format
wwwstat 2.0-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 debian.patch | (download)

Makefile | 4 2 + 2 - 0 !
splitlog.rc | 2 1 + 1 - 0 !
wwwstat.pl | 2 1 + 1 - 0 !
wwwstat.rc | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 use the debian filesystem layout.
 Use perl -w.
 Use the Debian location of the Perl interpreter, the Apache logfile, and
 the domains.pl file installed by this package.
02 eof defined.patch | (download)

wwwstat.pl | 34 17 + 17 - 0 !
1 file changed, 17 insertions(+), 17 deletions(-)

 fix the eof conditions - test with defined()
03 config files.patch | (download)

monthly.pl | 2 2 + 0 - 0 !
oldlog2new.pl | 2 2 + 0 - 0 !
wwwerrs.pl | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 use *.rc files in monthly(8), oldlogs2new(8), and wwwerrs(8).
07 optimize.patch | (download)

wwwstat.pl | 273 164 + 109 - 0 !
1 file changed, 164 insertions(+), 109 deletions(-)

 add tim peeler's debian patch for wwwstat as a quilt patch.
 - add the --optimize command-line option for low-memory systems
 - split out some processing into self-contained routines
08 wwwstat 2.01.patch | (download)

Changes | 3 3 + 0 - 0 !
wwwstat.pl | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 3 deletions(-)

 an upstream patch to fix the daily/nodaily parsing
09 getopts.patch | (download)

oldlog2new.pl | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 use getopt::std instead of the perl 4 getopt library.