summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/postfix-current/MESSAGE.NetBSD3
-rw-r--r--mail/postfix/MESSAGE.NetBSD3
2 files changed, 4 insertions, 2 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.
diff --git a/mail/postfix/MESSAGE.NetBSD b/mail/postfix/MESSAGE.NetBSD
index 1d18250a1a3..8c5b9ad807c 100644
--- a/mail/postfix/MESSAGE.NetBSD
+++ b/mail/postfix/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.