aboutsummaryrefslogtreecommitdiff
path: root/security/clamsmtp
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-09-03 07:48:10 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-09-03 07:48:10 +0000
commit4c5617f46c01ddbcc9053e6f973f8f5db9ed6389 (patch)
treebe36b77e1a5975fa2e9745fe30749c1f230b812b /security/clamsmtp
parent5c0642d3ef8fda3e0450184048683ca05bb982a1 (diff)
downloadports-4c5617f46c01ddbcc9053e6f973f8f5db9ed6389.tar.gz
ports-4c5617f46c01ddbcc9053e6f973f8f5db9ed6389.zip
- version 1.5 must start with '-d 4'
(Thanks to Jack Raats <jack AT raats dot org>) - bump PORTREVISION
Notes
Notes: svn path=/head/; revision=141835
Diffstat (limited to 'security/clamsmtp')
-rw-r--r--security/clamsmtp/Makefile2
-rw-r--r--security/clamsmtp/files/clamsmtpd.sh.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile
index f8bf8c5f59a6..1dc38fc2277b 100644
--- a/security/clamsmtp/Makefile
+++ b/security/clamsmtp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= clamsmtp
PORTVERSION= 1.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/
diff --git a/security/clamsmtp/files/clamsmtpd.sh.tmpl b/security/clamsmtp/files/clamsmtpd.sh.tmpl
index 2db6f5fa963e..7ff927455b64 100644
--- a/security/clamsmtp/files/clamsmtpd.sh.tmpl
+++ b/security/clamsmtp/files/clamsmtpd.sh.tmpl
@@ -24,9 +24,9 @@ load_rc_config ${name}
clamsmtpd_enable=${clamsmtpd_enable-"NO"}
clamsmtpd_conf=${clamsmtpd_conf-"%%PREFIX%%/etc/clamsmtpd.conf"}
clamsmtpd_pid=${clamsmtpd_pid-"%%CLAMAV_PID_DIR%%/clamsmtpd.pid"}
-clamsmtpd_debug=${clamsmtpd_debug-"0"}
+clamsmtpd_debug=${clamsmtpd_debug-"4"}
-command_args="-f ${clamsmtpd_conf} -p ${clamsmtpd_pid}"
+command_args="-f ${clamsmtpd_conf} -p ${clamsmtpd_pid} -d ${clamsmtpd_debug}"
pidfile=${clamsmtpd_pid}