diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-09-22 17:52:30 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-09-22 17:52:30 +0000 |
commit | 11796d8e547429e0fc8f38828a9e1491d69cc099 (patch) | |
tree | 8855dbd9d2489182fe8e6aff4f9643e80a52ac1e /mail/mh | |
parent | Use ISO639 language code instead of ISO3166 country code for PKGNAME. (diff) |
Fix manpage description of maildelivery database.
Find sendmail in /usr/sbin/sendmail.
PR: 4532 & 2653
Notes
Notes:
svn path=/head/; revision=7999
Diffstat (limited to 'mail/mh')
-rw-r--r-- | mail/mh/files/patch-ac | 34 |
1 files changed, 34 insertions, 0 deletions
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 <ctype.h> + #include <stdio.h> ++#include <paths.h> + #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 |