- 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:
@@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= apachetop
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://clueful.shagged.org/apachetop/files/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
11
sysutils/apachetop/files/patch-apachetop.h
Normal file
11
sysutils/apachetop/files/patch-apachetop.h
Normal 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
|
||||
Reference in New Issue
Block a user