diff options
Diffstat (limited to 'sysutils/apachetop')
-rw-r--r-- | sysutils/apachetop/Makefile | 1 | ||||
-rw-r--r-- | sysutils/apachetop/files/patch-apachetop.h | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 0de5d2d7f8e1..d0c32b3699ec 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -7,6 +7,7 @@ PORTNAME= apachetop PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://clueful.shagged.org/apachetop/files/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/sysutils/apachetop/files/patch-apachetop.h b/sysutils/apachetop/files/patch-apachetop.h new file mode 100644 index 000000000000..3c4cb0249a10 --- /dev/null +++ b/sysutils/apachetop/files/patch-apachetop.h @@ -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 |