diff options
-rw-r--r-- | mail/postfix/MESSAGE.NetBSD | 5 | ||||
-rw-r--r-- | mail/postfix/Makefile | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/postfix/MESSAGE.NetBSD b/mail/postfix/MESSAGE.NetBSD index f1573ae7934..c6641c2851d 100644 --- a/mail/postfix/MESSAGE.NetBSD +++ b/mail/postfix/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.5 2010/03/02 08:07:36 martti Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.6 2015/07/26 15:53:11 bsiegert Exp $ The existing /etc/rc.d/postfix can be forced to start ${PREFIX}/sbin/postfix instead of /usr/sbin/postfix, by adding the following lines to @@ -7,9 +7,6 @@ instead of /usr/sbin/postfix, by adding the following lines to postfix_command='${PREFIX}/sbin/postfix' required_files='${PKG_SYSCONFDIR}/main.cf' - start_cmd='${PREFIX}/sbin/postfix start' - stop_cmd='${PREFIX}/sbin/postfix stop' - reload_cmd='${PREFIX}/sbin/postfix reload' postconf='${PREFIX}/sbin/postconf' Please note that /etc/rc.conf.d/postfix does not exist by default so diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 8c8645a8fca..4d74ae1277e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.284 2015/07/22 00:25:37 taca Exp $ +# $NetBSD: Makefile,v 1.285 2015/07/26 15:53:11 bsiegert Exp $ DISTNAME= postfix-2.11.6 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ |