- version 1.5 must start with '-d 4'
(Thanks to Jack Raats <jack AT raats dot org>) - bump PORTREVISION
This commit is contained in:
parent
5c0642d3ef
commit
4c5617f46c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141835
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= clamsmtp
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue