FreeBSD Bugzilla – Attachment 248054 Details for
Bug 276606
mail/mailman3: there should be a default mailman.cfg
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Install mailman config file
0001-Add-sample-config-file-for-mail-mailman3.patch (text/plain), 1.14 KB, created by
Einar Bjarni Halldórsson
on 2024-01-29 09:24:41 UTC
(
hide
)
Description:
Install mailman config file
Filename:
MIME Type:
Creator:
Einar Bjarni Halldórsson
Created:
2024-01-29 09:24:41 UTC
Size:
1.14 KB
patch
obsolete
>From b67e6e70dc385485d5f7c9b3e4222a88ca30a053 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Einar=20Bjarni=20Halld=C3=B3rsson?= <einar@isnic.is> >Date: Mon, 29 Jan 2024 09:21:36 +0000 >Subject: [PATCH] Add sample config file for mail/mailman3 > >PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276606 >--- > mail/mailman3/Makefile | 5 +++++ > mail/mailman3/pkg-plist | 1 + > 2 files changed, 6 insertions(+) > create mode 100644 mail/mailman3/pkg-plist > >diff --git a/mail/mailman3/Makefile b/mail/mailman3/Makefile >index d9e6cc0611f1..cbb183759a74 100644 >--- a/mail/mailman3/Makefile >+++ b/mail/mailman3/Makefile >@@ -43,4 +43,9 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} > USERS= mailman > GROUPS= mailman > >+post-install: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}/etc >+ ${INSTALL_DATA} ${WRKSRC}/src/mailman/config/mailman.cfg \ >+ ${STAGEDIR}${PREFIX}/${PORTNAME}/etc/mailman.cfg.sample >+ > .include <bsd.port.mk> >diff --git a/mail/mailman3/pkg-plist b/mail/mailman3/pkg-plist >new file mode 100644 >index 000000000000..ec109421646e >--- /dev/null >+++ b/mail/mailman3/pkg-plist >@@ -0,0 +1 @@ >+@sample mailman/etc/mailman.cfg.sample >-- >2.39.3 (Apple Git-145) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
einar
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 276606
:
248054
|
250850