diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-06-17 11:20:04 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-06-17 11:20:04 +0000 |
commit | a6a0eaab90d5d4635a2e842c43c50681a61538d5 (patch) | |
tree | f33448a298f04f2488ec6d7224e836de245efebd /security/clamav | |
parent | bc83a1d6076579372c94684284644c4acc05bd3a (diff) |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 | ||||
-rw-r--r-- | security/clamav/files/clamav-clamd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index c1e415199dc9..414d19bc7ee6 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.93.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF diff --git a/security/clamav/files/clamav-clamd.in b/security/clamav/files/clamav-clamd.in index 8adcc8f55466..d3d67d672bef 100644 --- a/security/clamav/files/clamav-clamd.in +++ b/security/clamav/files/clamav-clamd.in @@ -36,7 +36,7 @@ start_precmd=clamav_clamd_precmd #clamav .93 won't start without a valid main.c[vl]d file clamav_clamd_precmd() { - if [ ! -f %%DBDIR%%/main.cvd -a ! %%DBDIR%%/main.cld ];then + if [ ! -f %%DBDIR%%/main.cvd -a ! -f %%DBDIR%%/main.cld ];then echo "Missing %%DBDIR%%/clamav/*.cvd or *.cld files. You must run freshclam first" exit 1 fi |