diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-01-07 06:29:57 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-01-07 06:29:57 +0000 |
commit | ffde46cbf97ed90584d8c10bdc6bae8094784387 (patch) | |
tree | b78a36a23c5db32b200d7f48cb719e48b524fa47 /security/amavisd | |
parent | 0e2c03666de0675409d0d8eedd95734db4465b70 (diff) | |
download | ports-ffde46cbf97ed90584d8c10bdc6bae8094784387.tar.gz ports-ffde46cbf97ed90584d8c10bdc6bae8094784387.zip |
Notes
Diffstat (limited to 'security/amavisd')
-rw-r--r-- | security/amavisd/Makefile | 2 | ||||
-rw-r--r-- | security/amavisd/files/amavisd-milter.sh | 2 | ||||
-rw-r--r-- | security/amavisd/files/amavisd.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/amavisd/Makefile b/security/amavisd/Makefile index a8024a43b319..6d21000453a7 100644 --- a/security/amavisd/Makefile +++ b/security/amavisd/Makefile @@ -7,7 +7,7 @@ PORTNAME= amavisd PORTVERSION= 0.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/security/amavisd/files/amavisd-milter.sh b/security/amavisd/files/amavisd-milter.sh index 71f987fee2cf..2713faf0fd97 100644 --- a/security/amavisd/files/amavisd-milter.sh +++ b/security/amavisd/files/amavisd-milter.sh @@ -14,7 +14,7 @@ prefix=%%PREFIX%% # /etc/rc.conf.local # # DO NOT CHANGE THESE DEFAULT VALUES HERE -amavisd_milter_enable=no +amavisd_milter_enable="${amavisd_milter_enable-NO}" amavisd_milter_flags="-D" amavisd_milter_user=%%AMAVISUSER%% #amavisd_milter_socket="inet:9999@127.0.0.1" diff --git a/security/amavisd/files/amavisd.sh b/security/amavisd/files/amavisd.sh index 2528df760105..e45a10e6f63c 100644 --- a/security/amavisd/files/amavisd.sh +++ b/security/amavisd/files/amavisd.sh @@ -14,7 +14,7 @@ prefix=%%PREFIX%% # /etc/rc.conf.local # # DO NOT CHANGE THESE DEFAULT VALUES HERE -amavisd_enable=no +amavisd_enable="${amavisd_enable-NO}" amavisd_flags="" amavisd_user=%%AMAVISUSER%% |