diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-31 13:52:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-31 13:52:24 +0000 |
commit | 609c27928ac6c37b3f527774d80e02143ec4cfc6 (patch) | |
tree | 56c5e8210e805c9b9c3cba15ea6e8eff470c267d /net-dns/ldapdns/ldapdns-2.05.ebuild | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-609c27928ac6c37b3f527774d80e02143ec4cfc6.tar.gz gentoo-2-609c27928ac6c37b3f527774d80e02143ec4cfc6.tar.bz2 gentoo-2-609c27928ac6c37b3f527774d80e02143ec4cfc6.zip |
Change /bin/false to -1 in enewuser call.
(Portage version: 2.1_pre3)
Diffstat (limited to 'net-dns/ldapdns/ldapdns-2.05.ebuild')
-rw-r--r-- | net-dns/ldapdns/ldapdns-2.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/ldapdns/ldapdns-2.05.ebuild b/net-dns/ldapdns/ldapdns-2.05.ebuild index 8f41d4aa4103..7890ff36db67 100644 --- a/net-dns/ldapdns/ldapdns-2.05.ebuild +++ b/net-dns/ldapdns/ldapdns-2.05.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/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.7 2005/07/29 21:03:11 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.8 2005/12/31 13:50:23 flameeyes Exp $ inherit eutils @@ -36,8 +36,8 @@ src_install() { pkg_postinst() { enewgroup nofiles - enewuser ldapdns -1 /bin/false /nonexistent nofiles - enewuser dnslog -1 /bin/false /nonexistent nofiles + enewuser ldapdns -1 -1 /nonexistent nofiles + enewuser dnslog -1 -1 /nonexistent nofiles einfo "Read the readme.configure and use ldapdns-conf to setup" } |