summaryrefslogtreecommitdiff
path: root/mail/postfix/MESSAGE.NetBSD
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-07-19 03:25:11 +0000
committerjlam <jlam@pkgsrc.org>2004-07-19 03:25:11 +0000
commitfb55cfbc3cdddccef10d103646d0d3bc16cf7583 (patch)
treeaa523d5d84baf20b6520fdc462ac42079ce64a20 /mail/postfix/MESSAGE.NetBSD
parent034356782e51f7a9286d3f954fb599fe6dadff29 (diff)
downloadpkgsrc-fb55cfbc3cdddccef10d103646d0d3bc16cf7583.tar.gz
Don't blindly run the post-install script; instead, tell the user to do
so in the MESSAGE file. This makes upgrading existing Postfix installations less annoying.
Diffstat (limited to 'mail/postfix/MESSAGE.NetBSD')
-rw-r--r--mail/postfix/MESSAGE.NetBSD3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/MESSAGE.NetBSD b/mail/postfix/MESSAGE.NetBSD
index 69e7476b165..dea3c22db1b 100644
--- a/mail/postfix/MESSAGE.NetBSD
+++ b/mail/postfix/MESSAGE.NetBSD
@@ -1,9 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.1 2004/03/06 06:28:22 grant Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.2 2004/07/19 03:25:11 jlam 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,
by adding the following lines to /etc/rc.conf.d/postfix:
+
required_files='${PKG_SYSCONFDIR}/main.cf'
start_cmd='${PREFIX}/sbin/postfix start'
stop_cmd='${PREFIX}/sbin/postfix stop'