diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-08-23 21:58:23 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-08-23 21:58:23 +0000 |
commit | 5c00f7b900dc0eb7f2c034744841c74e55d221f5 (patch) | |
tree | f3ef05b26f9e7e100f92bcac8b90831141a705ee /net-analyzer/FlowScan | |
parent | stable on ia64 (diff) | |
download | gentoo-2-5c00f7b900dc0eb7f2c034744841c74e55d221f5.tar.gz gentoo-2-5c00f7b900dc0eb7f2c034744841c74e55d221f5.tar.bz2 gentoo-2-5c00f7b900dc0eb7f2c034744841c74e55d221f5.zip |
removing /bin/false from enewuser - bug #103421
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/FlowScan')
-rw-r--r-- | net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/FlowScan/FlowScan-1.006.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild b/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild index 01e6aaf3342c..b6a3f4498e95 100644 --- a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild +++ b/net-analyzer/FlowScan/FlowScan-1.006-r1.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-analyzer/FlowScan/FlowScan-1.006-r1.ebuild,v 1.3 2005/06/22 21:20:59 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild,v 1.4 2005/08/23 21:54:28 dragonheart Exp $ inherit eutils @@ -26,7 +26,7 @@ DEPEND="|| ( app-shells/pdksh app-shells/ksh )" pkg_setup() { enewgroup flows - enewuser flows -1 /bin/false /var/lib/flows flows + enewuser flows -1 -1 /var/lib/flows flows } src_compile() { diff --git a/net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild b/net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild index d09e810efd8d..ed07db151729 100644 --- a/net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild +++ b/net-analyzer/FlowScan/FlowScan-1.006-r2.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-analyzer/FlowScan/FlowScan-1.006-r2.ebuild,v 1.2 2005/08/12 10:26:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild,v 1.3 2005/08/23 21:54:28 dragonheart Exp $ inherit eutils @@ -27,7 +27,7 @@ DEPEND="|| ( app-shells/pdksh app-shells/ksh ) pkg_setup() { enewgroup flows - enewuser flows -1 /bin/false /var/lib/flows flows + enewuser flows -1 -1 /var/lib/flows flows } src_compile() { diff --git a/net-analyzer/FlowScan/FlowScan-1.006.ebuild b/net-analyzer/FlowScan/FlowScan-1.006.ebuild index 7d94afdf25f0..d9a4b8d9bd46 100644 --- a/net-analyzer/FlowScan/FlowScan-1.006.ebuild +++ b/net-analyzer/FlowScan/FlowScan-1.006.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-analyzer/FlowScan/FlowScan-1.006.ebuild,v 1.2 2005/06/22 16:33:30 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006.ebuild,v 1.3 2005/08/23 21:54:28 dragonheart Exp $ inherit eutils @@ -26,7 +26,7 @@ RDEPEND="" pkg_setup() { enewgroup flows - enewuser flows -1 /bin/false /var/lib/flows flows + enewuser flows -1 -1 /var/lib/flows flows } src_compile() { |