1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00: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:
Marcus Alves Grando 2006-02-17 16:51:55 +00:00
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

View File

@ -7,11 +7,12 @@
PORTNAME= proxsmtp
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/
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
GNU_CONFIGURE= yes

View File

@ -26,6 +26,5 @@ load_rc_config ${name}
required_files="${proxsmtpd_conf}"
command=%%PREFIX%%/sbin/proxsmtpd
command_args="-f ${proxsmtpd_conf}"
sig_stop=-KILL
run_rc_command "$1"