summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca>2003-04-06 16:26:01 +0000
committertaca <taca>2003-04-06 16:26:01 +0000
commit53eed08b9da1450ef1babf06c3442db7125502d0 (patch)
tree4ec5f11d8950399810a15dc6e94a2482a376ef05 /mail
parent505e3db3216cd3ff6724662dbbb6acf568750d8b (diff)
downloadpkgsrc-53eed08b9da1450ef1babf06c3442db7125502d0.tar.gz
required_files should honor PKG_SYSCONFDIR.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/MESSAGE b/mail/postfix/MESSAGE
index 46573ea6943..a97e64974fd 100644
--- a/mail/postfix/MESSAGE
+++ b/mail/postfix/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2003/01/31 23:53:04 lukem Exp $
+$NetBSD: MESSAGE,v 1.3 2003/04/06 16:26:01 taca Exp $
To activate postfix:
@@ -11,7 +11,7 @@ To activate postfix:
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='${PREFIX}/etc/postfix/main.cf'
+ required_files='${PKG_SYSCONFDIR}/main.cf'
start_cmd='${PREFIX}/sbin/postfix start'
stop_cmd='${PREFIX}/sbin/postfix stop'
reload_cmd='${PREFIX}/sbin/postfix reload'