- Point default logfile to our apache's place

PR:		ports/60703
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Requested by:	andreas
This commit is contained in:
Pav Lucistnik
2003-12-30 00:52:06 +00:00
parent a8357956b0
commit df6be59a16
2 changed files with 12 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
PORTNAME= apachetop
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://clueful.shagged.org/apachetop/files/
DISTNAME= ${PORTNAME}-${PORTVERSION}

View File

@@ -0,0 +1,11 @@
--- src/apachetop.h.orig Tue Dec 30 01:03:05 2003
+++ src/apachetop.h Tue Dec 30 01:03:32 2003
@@ -190,7 +190,7 @@
#define DEBUG_OUTPUT "/tmp/atop.debug"
#ifndef DEFAULT_LOGFILE
-# define DEFAULT_LOGFILE "/var/httpd/apache_log"
+# define DEFAULT_LOGFILE "/var/log/httpd-access.log"
#endif
#define DEFAULT_CIRCLE_SIZE 30
#define DEFAULT_CIRCLE_MODE TIMED_CIRCLE