pkgsrc/mail/nullmailer/patches/patch-ac
schmonz 1582a95bb6 Do SUBST_SED in post-configure rather than post-patch to ease patch
maintenance. Set INSTALLATION_DIRS appropriately. Add VARBASE to
BUILD_DEFS. Fix paths in man pages.
2007-03-24 06:49:02 +00:00

21 lines
691 B
Text

$NetBSD: patch-ac,v 1.5 2007/03/24 06:49:02 schmonz Exp $
--- doc/nullmailer-queue.8.orig 2002-12-23 12:29:20.000000000 -0500
+++ doc/nullmailer-queue.8
@@ -30,13 +30,13 @@ This is provided to allow local daemons
being bounced by your relay host.
.SH OTHER FILES
.TP
-.B /var/nullmailer/queue
+.B @VARBASE@/spool/nullmailer/queue
The directory into which the completed messages are moved.
.TP
-.B /var/nullmailer/tmp
+.B @VARBASE@/spool/nullmailer/tmp
The directory in which messages are formed temporarily.
.TP
-.B /var/nullmailer/trigger
+.B @VARBASE@/spool/nullmailer/trigger
A pipe used to trigger
.BR nullmailer-send
to immediately start sending the message from the queue.