From 11796d8e547429e0fc8f38828a9e1491d69cc099 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Mon, 22 Sep 1997 17:52:30 +0000 Subject: Fix manpage description of maildelivery database. Find sendmail in /usr/sbin/sendmail. PR: 4532 & 2653 --- mail/mh/files/patch-ac | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'mail/mh') diff --git a/mail/mh/files/patch-ac b/mail/mh/files/patch-ac index 8e0b50ee004c..9a4d62dc4381 100644 --- a/mail/mh/files/patch-ac +++ b/mail/mh/files/patch-ac @@ -194,3 +194,37 @@ static int apop (vec) register char **vec; +--- conf/config/mts.c Mon Sep 22 10:44:37 1997 ++++ conf/config/mts.c Mon Sep 22 10:40:14 1997 +@@ -13,6 +13,7 @@ + #include "../h/strings.h" + #include + #include ++#include + #include "mts.h" + #ifdef NETWORK + #if defined(BSD42) || defined(SOCKETS) +@@ -119,7 +120,7 @@ + + #ifdef SENDMTS + char *hostable = "@(MHETCPATH)/hosts"; +-char *sendmail = "/usr/lib/sendmail"; ++char *sendmail = _PATH_SENDMAIL; + #endif /* SENDMTS */ + + +--- conf/doc/slocal.rf Tue Nov 30 20:00:20 1993 ++++ conf/doc/slocal.rf Mon Sep 22 10:41:16 1997 +@@ -294,9 +294,9 @@ + .Uh "Duplicate Message Suppression" + \fIslocal\fR is able to detect and supress duplicate messages. + To enable this, +-create two empty files in your $HOME directory: +-\&.maildelivery.pag and \&.maildelivery.dir. +-These are ndbm files which are used to store the Message-IDs of ++create an empty file in your $HOME directory: ++\&.maildelivery.db. ++These is a db files which are used to store the Message-IDs of + incoming messages. + @END: MSGID + .Fi -- cgit v1.2.3