summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-07-22 06:40:45 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-07-22 06:40:45 +0000
commitc04326a38166b4ac2210e42a5bd7143724d32850 (patch)
treed487fc422a973c500a525fd74056d7cf782cdc54 /net-mail/mailman
parentNew package. Thanks Mike Fletcher for the submission. bug# 54860 (Manifest re... (diff)
downloadgentoo-2-c04326a38166b4ac2210e42a5bd7143724d32850.tar.gz
gentoo-2-c04326a38166b4ac2210e42a5bd7143724d32850.tar.bz2
gentoo-2-c04326a38166b4ac2210e42a5bd7143724d32850.zip
minor tweaks
Diffstat (limited to 'net-mail/mailman')
-rw-r--r--net-mail/mailman/mailman-2.1.5-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-mail/mailman/mailman-2.1.5-r1.ebuild b/net-mail/mailman/mailman-2.1.5-r1.ebuild
index 11a76128dc9a..e1f38b66fd53 100644
--- a/net-mail/mailman/mailman-2.1.5-r1.ebuild
+++ b/net-mail/mailman/mailman-2.1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r1.ebuild,v 1.1 2004/07/22 00:31:23 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r1.ebuild,v 1.2 2004/07/22 06:40:45 mholzer Exp $
inherit eutils
IUSE="apache2"
@@ -62,9 +62,6 @@ src_install () {
keepdir ${INSTALLDIR}/lists
keepdir ${INSTALLDIR}/qfiles
- chown -R mailman:mailman ${ID}
- chmod 2775 ${ID}
-
if use apache2; then
dodir /etc/apache2/conf/modules.d
insinto /etc/apache2/conf/modules.d
@@ -106,12 +103,16 @@ src_install () {
exeinto /etc/init.d
newexe ${FILESDIR}/mailman.rc mailman
+
+ chown -R mailman:mailman ${ID}
+ chmod 2775 ${ID}
}
pkg_postinst() {
cd ${INSTALLDIR}
bin/update
bin/check_perms -f
+ bin/check_perms_grsecurity.py -f
einfo ""
einfo "Please read /usr/share/doc/${PF}/README.gentoo.gz for additional"
einfo "Setup information, mailman will NOT run unless you follow"