summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authormartti <martti>2009-09-08 13:06:01 +0000
committermartti <martti>2009-09-08 13:06:01 +0000
commitf128c45fd9c57c0c0914370095510b3fc4ab6477 (patch)
treea3cd49c8c56c04e7969f9debde51c1ca4e8d9980 /mail/postfix-current
parent70ae64665cbbeb5256bd5d517be9a094c15586cb (diff)
downloadpkgsrc-f128c45fd9c57c0c0914370095510b3fc4ab6477.tar.gz
Added postconf (pkg/42015)
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/MESSAGE.NetBSD3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/MESSAGE.NetBSD b/mail/postfix-current/MESSAGE.NetBSD
index 1d18250a1a3..8c5b9ad807c 100644
--- a/mail/postfix-current/MESSAGE.NetBSD
+++ b/mail/postfix-current/MESSAGE.NetBSD
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.3 2007/07/11 12:25:53 martti Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.4 2009/09/08 13:06:01 martti Exp $
If you are running NetBSD 1.5 (or newer), the existing /etc/rc.d/postfix
can be forced to start ${PREFIX}/sbin/postfix instead of /usr/sbin/postfix,
@@ -10,6 +10,7 @@ by adding the following lines to /etc/rc.conf.d/postfix:
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
you need to create that file if you need to override the default settings.