diff options
Diffstat (limited to 'mail-mta/xmail/xmail-1.20.ebuild')
-rw-r--r-- | mail-mta/xmail/xmail-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/xmail/xmail-1.20.ebuild b/mail-mta/xmail/xmail-1.20.ebuild index 97129402ddc6..c0a8980f9d83 100644 --- a/mail-mta/xmail/xmail-1.20.ebuild +++ b/mail-mta/xmail/xmail-1.20.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/xmail/xmail-1.20.ebuild,v 1.6 2005/01/27 17:25:35 superlag Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/xmail/xmail-1.20.ebuild,v 1.7 2005/08/23 13:21:44 ticho Exp $ inherit eutils @@ -19,7 +19,7 @@ PROVIDE="virtual/mta" pkg_setup() { enewgroup xmail - enewuser xmail -1 /bin/false /dev/null xmail + enewuser xmail -1 -1 /dev/null xmail } src_compile() { |