diff options
Diffstat (limited to 'net-mail/mailman/mailman-2.1.6.ebuild')
-rw-r--r-- | net-mail/mailman/mailman-2.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/mailman/mailman-2.1.6.ebuild b/net-mail/mailman/mailman-2.1.6.ebuild index 1ad8e23013f7..6ce2fe07afef 100644 --- a/net-mail/mailman/mailman-2.1.6.ebuild +++ b/net-mail/mailman/mailman-2.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6.ebuild,v 1.2 2005/08/23 13:38:41 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6.ebuild,v 1.3 2006/01/03 19:55:47 mholzer Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -23,7 +23,7 @@ INSTALLDIR="/usr/local/mailman" APACHEGID="81" if use postfix; then - MAILGID=nobody + MAILGID=mailman elif use sendmail; then MAILGID=daemon elif use qmail; then |