diff options
author | 2007-02-04 04:20:29 +0000 | |
---|---|---|
committer | 2007-02-04 04:20:29 +0000 | |
commit | 53e363babd43c94d862b63fd7a10212d0ac57469 (patch) | |
tree | bc5bda5515eee25379c3668aa58e316b40906554 /mail-mta/postfix/postfix-2.3.6.ebuild | |
parent | Initial ebuild by Guillaume Benny <guillaume.benny@sympatico.ca>, #147065 (diff) | |
download | historical-53e363babd43c94d862b63fd7a10212d0ac57469.tar.gz historical-53e363babd43c94d862b63fd7a10212d0ac57469.tar.bz2 historical-53e363babd43c94d862b63fd7a10212d0ac57469.zip |
Version bump. Add postfix user to both postfix and mail groups to fix bug #134776.
Package-Manager: portage-2.1.2-r6
Diffstat (limited to 'mail-mta/postfix/postfix-2.3.6.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-2.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-2.3.6.ebuild b/mail-mta/postfix/postfix-2.3.6.ebuild index f2b6a61b1767..ff1b9a940ee0 100644 --- a/mail-mta/postfix/postfix-2.3.6.ebuild +++ b/mail-mta/postfix/postfix-2.3.6.ebuild @@ -1,6 +1,6 @@ # 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.3.6.ebuild,v 1.1 2007/01/04 18:43:45 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.3.6.ebuild,v 1.2 2007/02/04 04:20:29 ticho Exp $ # NOTE: this ebuild is regular ebuild without mailer-config support # comment lines below "regular ebuild" and uncomment lines below "mailer-config support" @@ -73,7 +73,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() { |