diff options
Diffstat (limited to 'mail-mta/postfix/postfix-2.2.10.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-2.2.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/postfix/postfix-2.2.10.ebuild b/mail-mta/postfix/postfix-2.2.10.ebuild index 7215838a2f7c..a100ae4bc4dc 100644 --- a/mail-mta/postfix/postfix-2.2.10.ebuild +++ b/mail-mta/postfix/postfix-2.2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild,v 1.10 2006/11/23 20:28:34 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.10.ebuild,v 1.11 2007/02/04 04:20:29 ticho Exp $ inherit eutils ssl-cert toolchain-funcs flag-o-matic pam IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened cdb" @@ -52,7 +52,7 @@ group_user_check() { einfo "checking for postdrop group... create if missing." enewgroup postdrop 208 einfo "checking for postfix user... create if missing." - enewuser postfix 207 -1 /var/spool/postfix postfix + enewuser postfix 207 -1 /var/spool/postfix postfix,mail } pkg_setup() { |