Make stable in arm and bump
Package-Manager: portage-2.2.14 RepoMan-Options: --force
This commit is contained in:
18
net-mail/mailman/files/50_mailman.conf-r2
Normal file
18
net-mail/mailman/files/50_mailman.conf-r2
Normal file
@@ -0,0 +1,18 @@
|
||||
<IfDefine MAILMAN>
|
||||
ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
|
||||
<Directory "/usr/local/mailman/cgi-bin/">
|
||||
AllowOverride None
|
||||
Options None
|
||||
</Directory>
|
||||
|
||||
Alias /pipermail/ "/usr/local/mailman/archives/public/"
|
||||
<Directory "/usr/local/mailman/archives/public/">
|
||||
AllowOverride None
|
||||
Options ExecCGI FollowSymLinks
|
||||
</Directory>
|
||||
|
||||
Alias /mailman-icons/ "/usr/local/mailman/icons/"
|
||||
<Directory "/usr/local/mailman/icons/">
|
||||
AllowOverride None
|
||||
</Directory>
|
||||
</IfDefine>
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/files/README.gentoo-r3,v 1.2 2008/11/14 11:07:55 hanno Exp $
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/files/mailman.rc,v 1.5 2004/07/14 23:50:52 agriffis Exp $
|
||||
|
||||
|
||||
13
net-mail/mailman/files/mailman.service
Normal file
13
net-mail/mailman/files/mailman.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=GNU Mailing List Manager
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=mailman
|
||||
ExecStart=/usr/lib/mailman/bin/mailmanctl -s start
|
||||
ExecReload=/usr/lib/mailman/bin/mailmanctl restart
|
||||
ExecStop=/usr/lib/mailman/bin/mailmanctl stop
|
||||
Type=forking
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user