1582a95bb6
maintenance. Set INSTALLATION_DIRS appropriately. Add VARBASE to BUILD_DEFS. Fix paths in man pages.
25 lines
702 B
Text
25 lines
702 B
Text
$NetBSD: patch-ab,v 1.6 2007/03/24 06:49:02 schmonz Exp $
|
|
|
|
--- doc/nullmailer-send.8.orig 2006-06-23 11:19:40.000000000 -0400
|
|
+++ doc/nullmailer-send.8
|
|
@@ -74,16 +74,16 @@ PLAIN method, use:
|
|
Blank lines and lines starting with a pound are ignored.
|
|
.SH FILES
|
|
.TP
|
|
-.B /var/nullmailer/queue
|
|
+.B @VARBASE@/spool/nullmailer/queue
|
|
The message queue.
|
|
.TP
|
|
-.B /var/nullmailer/trigger
|
|
+.B @VARBASE@/spool/nullmailer/trigger
|
|
A trigger file to cause immediate delivery.
|
|
.TP
|
|
-.B /usr/local/etc/nullmailer
|
|
+.B @PKG_SYSCONFDIR@/nullmailer
|
|
The configuration directory.
|
|
.TP
|
|
-.B /usr/local/libexec/nullmailer
|
|
+.B @PREFIX@/libexec/nullmailer
|
|
The protocol program directory.
|
|
.SH SEE ALSO
|
|
nullmailer-queue(8),
|