diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-14 20:31:22 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-14 20:31:22 +0800 |
commit | 28336afc51323e7afcb9dffaaf89200493a1f9e8 (patch) | |
tree | 2406735f1a0198a0a00f7f0efa8ff8500883826f | |
parent | c510f67788acaa8eb0d4e6fa675188de1a90e5e7 (diff) | |
download | freebsd-ports-gnome-28336afc51323e7afcb9dffaaf89200493a1f9e8.tar.gz freebsd-ports-gnome-28336afc51323e7afcb9dffaaf89200493a1f9e8.tar.zst freebsd-ports-gnome-28336afc51323e7afcb9dffaaf89200493a1f9e8.zip |
- bump PORTREVISION
- -d option only works as a daemon now.
- remove it from startup script and wait for future release.
- Noticed by <richard AT boysoncom dot com>
Approved by: co-mentor (vanilla)
-rw-r--r-- | security/clamsmtp/Makefile | 1 | ||||
-rw-r--r-- | security/clamsmtp/files/clamsmtpd.sh.tmpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile index 78624474a332..6486daefc3cc 100644 --- a/security/clamsmtp/Makefile +++ b/security/clamsmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamsmtp PORTVERSION= 0.9.6 +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 e328177449d3..2db6f5fa963e 100644 --- a/security/clamsmtp/files/clamsmtpd.sh.tmpl +++ b/security/clamsmtp/files/clamsmtpd.sh.tmpl @@ -26,7 +26,7 @@ clamsmtpd_conf=${clamsmtpd_conf-"%%PREFIX%%/etc/clamsmtpd.conf"} clamsmtpd_pid=${clamsmtpd_pid-"%%CLAMAV_PID_DIR%%/clamsmtpd.pid"} clamsmtpd_debug=${clamsmtpd_debug-"0"} -command_args="-f ${clamsmtpd_conf} -d ${clamsmtpd_debug} -p ${clamsmtpd_pid}" +command_args="-f ${clamsmtpd_conf} -p ${clamsmtpd_pid}" pidfile=${clamsmtpd_pid} |