diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-30 00:52:06 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-30 00:52:06 +0000 |
| commit | df6be59a16be233fead0d1c0fd35f579672fc576 (patch) | |
| tree | a7d8880c905db8ee59818c5c8fa7adce35448c1d /sysutils/apachetop/files/patch-apachetop.h | |
| parent | - Update to 1.4 (diff) | |
- Point default logfile to our apache's place
PR: ports/60703
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Requested by: andreas
Notes
Notes:
svn path=/head/; revision=96916
Diffstat (limited to 'sysutils/apachetop/files/patch-apachetop.h')
| -rw-r--r-- | sysutils/apachetop/files/patch-apachetop.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
