diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-02-03 06:46:21 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-02-03 06:46:21 +0000 |
commit | dfcb3af5b8f61761317df79fc7f5cffe4a57db09 (patch) | |
tree | e91db1c2025f4f6e566f789524685e6fc5534519 /security/clamav/pkg-plist | |
parent | . Add a pkg-deinstall script telling people how they can get rid of the (diff) |
1. Add a freshclam rc.d script to start freshclam so the AV database is
updated periodically. Loosely based on the script in the PR.
2. Reorder some operations in the various Makefile targets.
3. Bump PORTREVISION.
PR: 61966 [1]
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
Diffstat (limited to 'security/clamav/pkg-plist')
-rw-r--r-- | security/clamav/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index a12af6b1d7fd..552820d185c6 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -15,6 +15,7 @@ lib/libclamav.a etc/clamav.conf.default @exec [ -f %B/clamav.conf ] || cp %B/%f %B/clamav.conf etc/rc.d/clamav-clamd%%RC_SUFX%% +etc/rc.d/clamav-freshclam%%RC_SUFX%% @owner clamav @group clamav %%DATADIR%%/daily.cvd |