summaryrefslogtreecommitdiff
path: root/mail/nullmailer/patches
diff options
context:
space:
mode:
authorjtb <jtb>2002-05-14 00:35:24 +0000
committerjtb <jtb>2002-05-14 00:35:24 +0000
commitaf3a2646d0151d1a181bcca23270b6462ccb87e3 (patch)
tree945bdd5a41a20de9c3ffc7cd69efb788281ca74f /mail/nullmailer/patches
parent49b56ea7a8776dee1856ecda68f74488ef80a31e (diff)
downloadpkgsrc-af3a2646d0151d1a181bcca23270b6462ccb87e3.tar.gz
Allow specification of the NULLMAILER_USER and NULLMAILER_GROUP.
Fix paths in manual pages.
Diffstat (limited to 'mail/nullmailer/patches')
-rw-r--r--mail/nullmailer/patches/patch-ab18
-rw-r--r--mail/nullmailer/patches/patch-ac17
2 files changed, 35 insertions, 0 deletions
diff --git a/mail/nullmailer/patches/patch-ab b/mail/nullmailer/patches/patch-ab
new file mode 100644
index 00000000000..caf378edd5a
--- /dev/null
+++ b/mail/nullmailer/patches/patch-ab
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 2002/05/14 00:35:24 jtb Exp $
+
+--- Makefile.in.orig Mon May 13 17:39:12 2002
++++ Makefile.in Mon May 13 17:38:58 2002
+@@ -365,10 +365,10 @@
+ chmod 600 $(DESTDIR)$(localstatedir)/trigger
+
+ install-root:
+- chown nullmail $(DESTDIR)$(localstatedir)/*
+- chown nullmail $(DESTDIR)$(sbindir)/nullmailer-queue
++ chown ${NULLMAILER_USER}:${NULLMAILER_GROUP} $(DESTDIR)$(localstatedir)/*
++ chown ${NULLMAILER_USER}:${NULLMAILER_GROUP} $(DESTDIR)$(sbindir)/nullmailer-queue
+ chmod u+s $(DESTDIR)$(sbindir)/nullmailer-queue
+- chown nullmail $(DESTDIR)$(bindir)/mailq
++ chown ${NULLMAILER_USER}:${NULLMAILER_GROUP} $(DESTDIR)$(bindir)/mailq
+ chmod u+s $(DESTDIR)$(bindir)/mailq
+
+ dist-hook:
diff --git a/mail/nullmailer/patches/patch-ac b/mail/nullmailer/patches/patch-ac
new file mode 100644
index 00000000000..480960c9ae7
--- /dev/null
+++ b/mail/nullmailer/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2002/05/14 00:35:24 jtb Exp $
+
+--- doc/nullmailer-send.8.orig Tue May 14 01:33:23 2002
++++ doc/nullmailer-send.8 Tue May 14 01:33:55 2002
+@@ -61,10 +61,10 @@
+ .B /var/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),