summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-01-04 18:34:29 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-01-04 18:34:29 +0000
commite21609a72536cd3a5613200b641eca584f6cb3e2 (patch)
tree3ffd4fe1fd96f0cec6cf36cbc128dd9c6dd4d59d /net-mail/mailman/mailman-2.1.3.ebuild
parentUpdated lm-sensors and i2c masks; resolves bug #36243. (diff)
downloadhistorical-e21609a72536cd3a5613200b641eca584f6cb3e2.tar.gz
historical-e21609a72536cd3a5613200b641eca584f6cb3e2.tar.bz2
historical-e21609a72536cd3a5613200b641eca584f6cb3e2.zip
mailman has now home, but config_protect was not included. Closes 35536
Diffstat (limited to 'net-mail/mailman/mailman-2.1.3.ebuild')
-rw-r--r--net-mail/mailman/mailman-2.1.3.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mail/mailman/mailman-2.1.3.ebuild b/net-mail/mailman/mailman-2.1.3.ebuild
index b5cad3c7078a..0c9beb16d5b9 100644
--- a/net-mail/mailman/mailman-2.1.3.ebuild
+++ b/net-mail/mailman/mailman-2.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.3.ebuild,v 1.2 2003/12/14 22:57:30 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.3.ebuild,v 1.3 2004/01/04 18:34:29 mholzer Exp $
IUSE="apache2"
@@ -90,6 +90,12 @@ src_install () {
einfo "Your old config has been saved as mm_cfg.py"
einfo "A new config has been installed as mm_cfg.py.dist"
fi
+ if [ -f ${ROOT}/usr/local/mailman/Mailman/mm_cfg.py ]; then
+ cp${ROOT}/usr/local/mailman/Mailman/mm_cfg.py \
+ ${D}/usr/local/mailman/Mailman/mm_cfg.py
+ einfo "Your old config has been saved as mm_cfg.py"
+ einfo "A new config has been installed as mm_cfg.py.dist"
+ fi
exeinto /etc/init.d
newexe ${FILESDIR}/mailman.rc mailman