mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
26 lines
698 B
Plaintext
26 lines
698 B
Plaintext
$NetBSD: patch-ab,v 1.8 2015/01/02 04:38:20 schmonz Exp $
|
|
|
|
--- doc/nullmailer-send.8.orig 2013-03-28 23:08:05.000000000 +0000
|
|
+++ doc/nullmailer-send.8
|
|
@@ -115,16 +115,16 @@ If this is set to
|
|
will wait forever for messages to complete sending.
|
|
.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),
|