|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
# package information
|
|
|
Name: multisort
|
|
|
-Summary: Tool to merge multiple httpd log files together, ordered by date
|
|
|
+Summary: Merge Multiple Apache Logfiles
|
|
|
URL: http://www.xach.com/multisort/
|
|
|
Vendor: Zachary Beane
|
|
|
Packager: OpenPKG
|
|
|
@@ -33,7 +33,7 @@ Class: PLUS
|
|
|
Group: Web
|
|
|
License: GPL
|
|
|
Version: 1.1
|
|
|
-Release: 20040207
|
|
|
+Release: 20060925
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.xach.com/multisort/multisort-%{version}.tar.gz
|
|
|
@@ -47,10 +47,11 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- Multisort takes any number of httpd logfiles in the Common Log Format and
|
|
|
- merges them together, ordered by the date string. This is extremely useful
|
|
|
- for servers that use round-robin DNS for a website hosted on multiple
|
|
|
- servers; it allows you to merge the logfiles to do analysis.
|
|
|
+ Multisort takes any number of Apache logfiles in the Common Log
|
|
|
+ Format (CLF) and merges them together, ordered by the date string.
|
|
|
+ This is extremely useful for servers that use round-robin DNS for
|
|
|
+ a website hosted on multiple servers; it allows you to merge the
|
|
|
+ logfiles to do analysis.
|
|
|
|
|
|
%track
|
|
|
prog multisort = {
|