diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-09 17:07:26 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-09 17:07:26 +0000 |
commit | b83a30e56fc240c2b7e936f59c66459f5c179b83 (patch) | |
tree | 5b9450a1c4551b9944b69fa2dc38ee871ccbbb97 /security/clamav/pkg-plist | |
parent | unbreak build on CURRENT (diff) |
Fix some bugs in the previous commit...
- correct typo in the name of the socket variable (used to remove a stale
socket)
- install the startup script with the correct name (important if you use
clamav-milter too)
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer (implizit, this is a bugfix for the previous
version)
Diffstat (limited to 'security/clamav/pkg-plist')
-rw-r--r-- | security/clamav/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/pkg-plist b/security/clamav/pkg-plist index bd5aa5750bb4..a12af6b1d7fd 100644 --- a/security/clamav/pkg-plist +++ b/security/clamav/pkg-plist @@ -14,7 +14,7 @@ lib/libclamav.a @unexec if cmp -s %D/etc/clamav.conf %D/etc/clamav.conf.default; then rm -f %D/etc/clamav.conf; fi etc/clamav.conf.default @exec [ -f %B/clamav.conf ] || cp %B/%f %B/clamav.conf -etc/rc.d/clamd%%RC_SUFX%% +etc/rc.d/clamav-clamd%%RC_SUFX%% @owner clamav @group clamav %%DATADIR%%/daily.cvd |