diff options
author | taca <taca@pkgsrc.org> | 2003-04-06 16:26:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-04-06 16:26:01 +0000 |
commit | ebbfaa639ca4e84741e59a6065174d45c28f6f10 (patch) | |
tree | 4ec5f11d8950399810a15dc6e94a2482a376ef05 /mail | |
parent | 915696e1dc9ac1c427c54b8d3f374f5ffc23f499 (diff) | |
download | pkgsrc-ebbfaa639ca4e84741e59a6065174d45c28f6f10.tar.gz |
required_files should honor PKG_SYSCONFDIR.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/MESSAGE | 4 |
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' |