summaryrefslogtreecommitdiff
path: root/mail/exim/files
diff options
context:
space:
mode:
authorad <ad>2002-12-09 11:38:04 +0000
committerad <ad>2002-12-09 11:38:04 +0000
commitc47d4182189179637c55165f14fc57dcbb3f1857 (patch)
treef8cefc4e0d1c995c6f6b9c9b83e88aecfb967671 /mail/exim/files
parente0faa7b94a6c8dbf7e3d4a32850321a230f08cd1 (diff)
downloadpkgsrc-c47d4182189179637c55165f14fc57dcbb3f1857.tar.gz
Update top exim-4.10. Guts provided by dawszy at arhea.net in pkg/19230,
with some additions by me. Those running exim are advised to update. Highlights from ChangeLog 1. Added HAVE_SA_LEN=YES to the OS/Makefile-Darwin file. 3. The code for computing load averages was broken in 64-bit Solaris. 10. Tidies to code for calls to fork(); some failures not logged. 26. Fixed some problems with retrying address errors in remote deliveries. Local changes (will make next release): Undo the OS/Makefile-NetBSD split that made it into the main tree. This causes all manner of breakage.
Diffstat (limited to 'mail/exim/files')
-rw-r--r--mail/exim/files/exim_newaliases5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim/files/exim_newaliases b/mail/exim/files/exim_newaliases
index 6d9edfbeca4..1855175cf67 100644
--- a/mail/exim/files/exim_newaliases
+++ b/mail/exim/files/exim_newaliases
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: exim_newaliases,v 1.3 2002/06/19 16:02:27 ad Exp $
+# $NetBSD: exim_newaliases,v 1.4 2002/12/09 11:38:05 ad Exp $
#
if [ -f /etc/mail/aliases ]; then
ALIASDIR=/etc/mail
@@ -10,4 +10,5 @@ fi
cd $ALIASDIR
echo -n "$ALIASDIR/aliases: "
-@PREFIX@/sbin/exim_dbmbuild aliases aliases
+@PREFIX@/sbin/exim_dbmbuild aliases aliases.db
+