summaryrefslogtreecommitdiff
path: root/mail/nullmailer/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2002-05-04 01:15:25 +0000
committerjtb <jtb@pkgsrc.org>2002-05-04 01:15:25 +0000
commit27a78452a5e9228a40e002f31b7f5bea0591f659 (patch)
tree13f90acd87bf24d2f866844cdab4ef41b64da36f /mail/nullmailer/patches
parent3c71cce0c101f022381df59555de827dd0cb46e9 (diff)
downloadpkgsrc-27a78452a5e9228a40e002f31b7f5bea0591f659.tar.gz
Initial import of nullmailer.
This is nullmailer, a sendmail/qmail/etc replacement MTA for hosts which relay to a fixed set of smart relays. It is designed to be simple to configure, secure, and easily extendable.
Diffstat (limited to 'mail/nullmailer/patches')
-rw-r--r--mail/nullmailer/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/nullmailer/patches/patch-aa b/mail/nullmailer/patches/patch-aa
new file mode 100644
index 00000000000..01254355419
--- /dev/null
+++ b/mail/nullmailer/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/05/04 01:15:25 jtb Exp $
+
+--- lib/mergelib.sh.orig Thu May 2 09:42:12 2002
++++ lib/mergelib.sh Thu May 2 09:44:41 2002
+@@ -4,7 +4,7 @@
+ tmpdir=".libmerge.$archive.$$.$RANDOM.$USER"
+ mkdir "$tmpdir"
+ cd "$tmpdir"
+-trap 'cd ..; rm -rf "$tmpdir"' EXIT
++trap 'cd ..; rm -rf "$tmpdir"'
+ for input in "$@"; do
+ dir="`basename "$input"`"
+ mkdir "$dir"