diff options
author | kim <kim@pkgsrc.org> | 2000-03-02 05:11:42 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-03-02 05:11:42 +0000 |
commit | e9c091498c988ec0be3b6c49608adafb34e01d65 (patch) | |
tree | fa865456932f1716bdc0e4651ce9dc4b15e4a951 /mail/nmh/patches | |
parent | 45094ad92d3c5406bbae3994358365cff1bbca46 (diff) | |
download | pkgsrc-e9c091498c988ec0be3b6c49608adafb34e01d65.tar.gz |
Fixes:
- added missing checksum for the distribution file
- put back GCOS_HACK define (it was removed from patch-cb)
- do not include mhn.defaults in the PLIST to keep protecting it
from upgrades in case it has local modifications
- install mhn.defaults.dist from the "files" directory instead of
using a dynamically generated one (this was the intention always)
- mhn.defaults and mts.conf get installed if they don't exist;
new users do not have to worry about copying *.dist files now
- added comments about the configuration file philosophy in Makefile
Diffstat (limited to 'mail/nmh/patches')
-rw-r--r-- | mail/nmh/patches/patch-cb | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/mail/nmh/patches/patch-cb b/mail/nmh/patches/patch-cb index 9e638adcd48..2aff52725ff 100644 --- a/mail/nmh/patches/patch-cb +++ b/mail/nmh/patches/patch-cb @@ -1,7 +1,7 @@ -$NetBSD: patch-cb,v 1.5 2000/03/02 00:23:15 hubertf Exp $ +$NetBSD: patch-cb,v 1.6 2000/03/02 05:11:45 kim Exp $ ---- config.h.in.orig Sun Feb 6 13:40:21 2000 -+++ config.h.in Thu Mar 2 00:47:13 2000 +--- config.h.in.orig Sun Feb 6 07:40:21 2000 ++++ config.h.in Wed Mar 1 23:31:04 2000 @@ -1,5 +1,12 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -15,7 +15,19 @@ $NetBSD: patch-cb,v 1.5 2000/03/02 00:23:15 hubertf Exp $ /****** BEGIN USER CONFIGURATION SECTION *****/ /* -@@ -405,9 +412,6 @@ +@@ -58,6 +65,11 @@ + /* #define REALLYDUMB 1 */ + + /* ++ * Replace & in the GCOS field with the login name. ++ */ ++#define GCOS_HACK 1 ++ ++/* + * Directs inc/slocal to extract the envelope sender from "From " + * line. If inc/slocal is saving message to folder, then this + * sender information is then used to create a Return-Path +@@ -405,9 +417,6 @@ /* Define if you have the <sys/ndir.h> header file. */ #undef HAVE_SYS_NDIR_H |