diff options
author | netchild <netchild@FreeBSD.org> | 2004-01-30 23:19:22 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-01-30 23:19:22 +0800 |
commit | 3917af09a056ecc66926dafe40960ddd79fa9b49 (patch) | |
tree | 43b15237c8fe1488d5cf1010fa1a33f56841d417 | |
parent | c56f663c36772e67c0aa69bac9d947e03e389eb3 (diff) | |
download | freebsd-ports-gnome-3917af09a056ecc66926dafe40960ddd79fa9b49.tar.gz freebsd-ports-gnome-3917af09a056ecc66926dafe40960ddd79fa9b49.tar.zst freebsd-ports-gnome-3917af09a056ecc66926dafe40960ddd79fa9b49.zip |
Fix the comment in the startup-script regarding how to enable clamav-milter
in rc.conf.
Bumped PORTREVISION as this fix may be important for an user.
Mail is on its way to the maintainer but because of the actual virus
situation I do not wait for maintainer approval and commit the fix
right now (the submitter also submitted the startup-script for a previous
commit, so this is mainly a bugfix for a previously approved commit).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
-rw-r--r-- | security/clamav/Makefile | 2 | ||||
-rw-r--r-- | security/clamav/files/clamav-milter.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index c5b0a276b747..82ca6d3228c6 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.65 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clamav diff --git a/security/clamav/files/clamav-milter.sh b/security/clamav/files/clamav-milter.sh index 7c1028cb936c..98f33717d2cb 100644 --- a/security/clamav/files/clamav-milter.sh +++ b/security/clamav/files/clamav-milter.sh @@ -11,7 +11,7 @@ # # Add the following lines to /etc/rc.conf to enable clamav-milter: # -#clamav_milter="YES" +#clamav_milter_enable="YES" # # See clamav-milter(1) for flags # |