diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-09-03 07:48:10 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-09-03 07:48:10 +0000 |
commit | 4c5617f46c01ddbcc9053e6f973f8f5db9ed6389 (patch) | |
tree | be36b77e1a5975fa2e9745fe30749c1f230b812b /security/clamsmtp | |
parent | 5c0642d3ef8fda3e0450184048683ca05bb982a1 (diff) | |
download | ports-4c5617f46c01ddbcc9053e6f973f8f5db9ed6389.tar.gz ports-4c5617f46c01ddbcc9053e6f973f8f5db9ed6389.zip |
Notes
Diffstat (limited to 'security/clamsmtp')
-rw-r--r-- | security/clamsmtp/Makefile | 2 | ||||
-rw-r--r-- | security/clamsmtp/files/clamsmtpd.sh.tmpl | 4 |
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} |