mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix typo in COMMENT [1]
- Remove unnecessary sig_stop=-KILL in rc.d script - Bump PORTREVISION PR: 93480 Submitted by: mnag, thierry [1] Approved by: maintainer
This commit is contained in:
parent
23afdd8a82
commit
c79e40cc91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156222
2 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,12 @@
|
||||||
|
|
||||||
PORTNAME= proxsmtp
|
PORTNAME= proxsmtp
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail security
|
CATEGORIES= mail security
|
||||||
MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/
|
MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/
|
||||||
|
|
||||||
MAINTAINER= saturnero@gufi.org
|
MAINTAINER= saturnero@gufi.org
|
||||||
COMMENT= A flexible SMTP filter which can act also as trasparent proxy
|
COMMENT= A flexible SMTP filter which can act also as transparent proxy
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -26,6 +26,5 @@ load_rc_config ${name}
|
||||||
required_files="${proxsmtpd_conf}"
|
required_files="${proxsmtpd_conf}"
|
||||||
command=%%PREFIX%%/sbin/proxsmtpd
|
command=%%PREFIX%%/sbin/proxsmtpd
|
||||||
command_args="-f ${proxsmtpd_conf}"
|
command_args="-f ${proxsmtpd_conf}"
|
||||||
sig_stop=-KILL
|
|
||||||
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue