wtop (0.6.3-3) 10_apachelog.dpatch

Summary

 wtop.cfg |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_apachelog.dpatch by Mauro Lizaur <mauro@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Corrects the fullpath of the Apache2 (default) log.

@DPATCH@

--- wtop-0.6.3.orig/wtop.cfg	2009-07-16 04:39:41.000000000 -0300
+++ wtop-0.6.3/wtop.cfg	2009-07-16 04:40:00.000000000 -0300
@@ -6,7 +6,7 @@
 # To use wtop, you MUST have at least %s, %r, %t and %D.
 LOG_FORMAT=%h %l %u %t "%r" %>s %B "%{Referer}i" "%{User-Agent}i" %D
 LOG_ROOT=/var/log/apache2/
-LOG_FILE=access_log
+LOG_FILE=access.log