aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamsmtp
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2005-09-03 15:48:10 +0800
committerclsung <clsung@FreeBSD.org>2005-09-03 15:48:10 +0800
commit21369ccd39704fd34fb51b503172d0d6d5acc50b (patch)
tree248c1c9b493ddeae28d9a2d517e0d52a0261043e /security/clamsmtp
parentca590c98e28f330527e88cd1f5f69a14c6a69104 (diff)
downloadfreebsd-ports-gnome-21369ccd39704fd34fb51b503172d0d6d5acc50b.tar.gz
freebsd-ports-gnome-21369ccd39704fd34fb51b503172d0d6d5acc50b.tar.zst
freebsd-ports-gnome-21369ccd39704fd34fb51b503172d0d6d5acc50b.zip
- version 1.5 must start with '-d 4'
(Thanks to Jack Raats <jack AT raats dot org>) - bump PORTREVISION
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}