diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-05-03 21:22:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-05-03 21:22:47 +0000 |
commit | 85ac2c3a52791ce352348b37a7a80273ca8bcfdc (patch) | |
tree | 30fa9c3b53501e23b3774f2a63950fc92fa88b76 /sys-apps | |
parent | arm KEYWORDS (diff) | |
download | historical-85ac2c3a52791ce352348b37a7a80273ca8bcfdc.tar.gz historical-85ac2c3a52791ce352348b37a7a80273ca8bcfdc.tar.bz2 historical-85ac2c3a52791ce352348b37a7a80273ca8bcfdc.zip |
get rid of debugging einfo
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/utempter/utempter-0.5.5.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/utempter/utempter-0.5.5.4.ebuild b/sys-apps/utempter/utempter-0.5.5.4.ebuild index 81716eb5c00f..8319c4894116 100644 --- a/sys-apps/utempter/utempter-0.5.5.4.ebuild +++ b/sys-apps/utempter/utempter-0.5.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.4.ebuild,v 1.1 2004/05/03 21:15:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.4.ebuild,v 1.2 2004/05/03 21:22:47 seemant Exp $ inherit rpm eutils @@ -18,7 +18,6 @@ IUSE="" RDEPEND="virtual/glibc" pkg_setup() { - einfo ${S} enewgroup utmp 406 } |