summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/postfix/postfix-2.2.1.ebuild')
-rw-r--r--mail-mta/postfix/postfix-2.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-2.2.1.ebuild b/mail-mta/postfix/postfix-2.2.1.ebuild
index 8f1e16faa60f..988ca0f3f123 100644
--- a/mail-mta/postfix/postfix-2.2.1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.1.ebuild,v 1.1 2005/03/15 17:54:11 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.1.ebuild,v 1.2 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened"
@@ -48,7 +48,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 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {