summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-07-26 15:53:11 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-07-26 15:53:11 +0000
commit448c97e9c2bf61a31046ad6c329bb4b69099cf86 (patch)
tree4963d2e0c9e0e2aa2243f17884fdb35c03c3bb7c /mail/postfix
parent63b2d5400b8f4157411c10483cc4d86e0b40149d (diff)
downloadpkgsrc-448c97e9c2bf61a31046ad6c329bb4b69099cf86.tar.gz
Simplify MESSAGE.NetBSD by removing {start,stop,reload}_cmd, which are
unnecessary to set. From Edgar Fuss in PR pkg/50049. Bump revision.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/MESSAGE.NetBSD5
-rw-r--r--mail/postfix/Makefile3
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/