diff options
author | ad <ad> | 1999-09-18 20:23:10 +0000 |
---|---|---|
committer | ad <ad> | 1999-09-18 20:23:10 +0000 |
commit | 5bad040c4844d0a992cc535416c11bb9059e6b9d (patch) | |
tree | c9f64871e8d24171d03d53fcda89a0183bb8fbcb | |
parent | c4ab78b3f74ce1d670c0c0baf9b2e6419235f790 (diff) | |
download | pkgsrc-5bad040c4844d0a992cc535416c11bb9059e6b9d.tar.gz |
In the default configuration, use /etc/aliases.db, not a linear search of
/etc/aliases.
-rw-r--r-- | mail/exim/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/exim/patches/patch-ae b/mail/exim/patches/patch-ae new file mode 100644 index 00000000000..0f84c39f09e --- /dev/null +++ b/mail/exim/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 1999/09/18 20:23:10 ad Exp $ + +--- src/configure.default.orig Fri Sep 17 21:19:39 1999 ++++ src/configure.default Fri Sep 17 21:19:55 1999 +@@ -252,8 +252,8 @@ + + system_aliases: + driver = aliasfile +- file = /etc/aliases +- search_type = lsearch ++ file = /etc/aliases.db ++ search_type = dbm + # user = exim + file_transport = address_file + pipe_transport = address_pipe |