aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/mailman
parentca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff)
downloadports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz
ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip
onvert to UCL & cleanup pkg-message (categories l-m)
Notes
Notes: svn path=/head/; revision=508882
Diffstat (limited to 'mail/mailman')
-rw-r--r--mail/mailman/files/pkg-message.in16
1 files changed, 11 insertions, 5 deletions
diff --git a/mail/mailman/files/pkg-message.in b/mail/mailman/files/pkg-message.in
index f35c3520b0cf..16b66aa4c0cc 100644
--- a/mail/mailman/files/pkg-message.in
+++ b/mail/mailman/files/pkg-message.in
@@ -1,4 +1,6 @@
-----------------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
Mailman has been installed, but requires further configuration before use!
==========================================
@@ -51,7 +53,11 @@ In order to make private archives searchable with namazu2, you need
to copy or link %%LOCALBASE%%/libexec/namazu.cgi to
%%MAILMANDIR%%/archives/private/<ML_name>/ and configure .namazurc.
Refer to %%LOCALBASE%%/etc/namazu/namazurc.sample.
-----------------------------------------------------------------------------
+EOM
+}
+{ type: upgrade
+ maximum_version: 2.1.18
+ message <<EOM
UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERSION 2.1.19 AND NEWER:
Changed behavior
@@ -62,9 +68,7 @@ UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERSION 2.1.19 AND NEWER:
changed so if you are concerned about this and don't rotate logs or
have a logrotate process that creates new log files instead of letting
Mailman create them, you will need to address that. (LP: #1327404)
-----------------------------------------------------------------------------
-********************************************************************
The mailman newsyslog.conf(5) filename has been changed:
OLD: %%PREFIX%%/etc/newsyslog.conf.d/mailman.newsyslog
NEW: %%PREFIX%%/etc/newsyslog.conf.d/mailman.conf
@@ -78,4 +82,6 @@ newsyslog configuration now only includes filenames that end with
If you use provisioning/configuration management tools to create or
edit this file, you will need to change their configuration to use
the new filename.
-********************************************************************
+EOM
+}
+]