pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Add note about /etc/rc.conf.d/postfix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c86b59b027d
branches: trunk
changeset: 530824:0c86b59b027d
user: martti <martti%pkgsrc.org@localhost>
date: Wed Jul 11 12:25:53 2007 +0000
description:
Add note about /etc/rc.conf.d/postfix.
diffstat:
mail/postfix-current/MESSAGE.NetBSD | 5 ++++-
mail/postfix/MESSAGE.NetBSD | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 3ee05acf3667 -r 0c86b59b027d mail/postfix-current/MESSAGE.NetBSD
--- a/mail/postfix-current/MESSAGE.NetBSD Wed Jul 11 12:21:32 2007 +0000
+++ b/mail/postfix-current/MESSAGE.NetBSD Wed Jul 11 12:25:53 2007 +0000
@@ -1,13 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2004/07/31 05:53:44 jlam Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2007/07/11 12:25:53 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,
by adding the following lines to /etc/rc.conf.d/postfix:
+ 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'
+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 -r 3ee05acf3667 -r 0c86b59b027d mail/postfix/MESSAGE.NetBSD
--- a/mail/postfix/MESSAGE.NetBSD Wed Jul 11 12:21:32 2007 +0000
+++ b/mail/postfix/MESSAGE.NetBSD Wed Jul 11 12:25:53 2007 +0000
@@ -1,13 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2004/07/19 03:25:11 jlam Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.3 2007/07/11 12:25:53 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,
by adding the following lines to /etc/rc.conf.d/postfix:
+ 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'
+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.
===========================================================================
Home |
Main Index |
Thread Index |
Old Index