From c79e40cc91fa896543243306e24f62bc69872a51 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Fri, 17 Feb 2006 16:51:55 +0000 Subject: [PATCH] - 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 --- mail/proxsmtp/Makefile | 3 ++- mail/proxsmtp/files/proxsmtpd.sh.in | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index 5a57fd827828..2b0202e72c4b 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -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 diff --git a/mail/proxsmtp/files/proxsmtpd.sh.in b/mail/proxsmtp/files/proxsmtpd.sh.in index 6ce1324a0a33..e93e4437fd45 100644 --- a/mail/proxsmtp/files/proxsmtpd.sh.in +++ b/mail/proxsmtp/files/proxsmtpd.sh.in @@ -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"