diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2008-09-03 23:36:12 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2008-09-03 23:36:12 +0000 |
commit | cc04d7a375aff45e701ae0c44cce27713b8e613a (patch) | |
tree | 7b926d4776597c123fee673211ef3fcb05ca1600 | |
parent | - Update to 2.1.11. (diff) |
- Fix message in pkg-message.
Reported by: Chris St Denis <chris@smartt.com> by email
Notes
Notes:
svn path=/head/; revision=219803
-rw-r--r-- | mail/mailman/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/files/pkg-message.in b/mail/mailman/files/pkg-message.in index 329f073f7688..0b34fa0faba5 100644 --- a/mail/mailman/files/pkg-message.in +++ b/mail/mailman/files/pkg-message.in @@ -9,8 +9,8 @@ extensive post-installation instructions may be found in: Note (1): If you use an alternate (non-Sendmail) MTA, you MUST be sure that the correct value of MAIL_GID was used when this port or package -was built. Performing a "make options" in the Mailman port directory -will list required values for various mail servers. +was built. Performing a "make config" in the Mailman port directory +you can choose your MTA with the correct MAIL_GID. Note (2): The entire Mailman installation resides under %%MAILMANDIR%% The command-line scripts necessary to administer Mailman have been |