diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 10:02:09 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-18 10:02:09 +0000 |
| commit | 0393afba2a91721ea70f5b24892f4a0540136715 (patch) | |
| tree | 1cacf0496cecc6abe9dfa323b7c00759f381e5e0 /security/amavis-stats/files/patch-amavis-stats | |
| parent | Honour PREFIX. (diff) | |
amavis-stats is a simple AMaViS statistics generator based on rrdtool. It
produces graphs of clean emails, spam emails and infected emails broken down by
virus, from amavis log entries. RRD files are created and updated by a perl
script run from cron. Graphs are generated by a php script and viewed with a
web browser.
PR: ports/68934
Submitted by: Mantas Kaulakys <stone@tainet.lt>
Diffstat (limited to 'security/amavis-stats/files/patch-amavis-stats')
| -rw-r--r-- | security/amavis-stats/files/patch-amavis-stats | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/amavis-stats/files/patch-amavis-stats b/security/amavis-stats/files/patch-amavis-stats new file mode 100644 index 000000000000..57bd5436bdaa --- /dev/null +++ b/security/amavis-stats/files/patch-amavis-stats @@ -0,0 +1,13 @@ +--- amavis-stats.orig Sat Mar 27 17:25:27 2004 ++++ amavis-stats Sun Jun 6 01:15:27 2004 +@@ -83,8 +83,8 @@ + $version = "0.1.12"; # this value is auto-updated by packing system + $pkg = "amavis-stats"; + $locale = "C"; +-$lockfile = "/var/lock/$pkg"; +-$statedir = "/var/lib/$pkg"; ++$lockfile = "/var/tmp/$pkg"; ++$statedir = "/usr/local/www/$pkg"; + $statefile = "$statedir/$pkg.state"; # last read position of the logfile + $namesfile = "$statedir/$pkg.names"; # stores the virus name to id mappings + $countfile = "$statedir/$pkg.count"; # per virus totals |
