summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-08-23 21:58:23 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-08-23 21:58:23 +0000
commit5c00f7b900dc0eb7f2c034744841c74e55d221f5 (patch)
treef3ef05b26f9e7e100f92bcac8b90831141a705ee /net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild
parentstable on ia64 (diff)
downloadgentoo-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/FlowScan-1.006-r2.ebuild')
-rw-r--r--net-analyzer/FlowScan/FlowScan-1.006-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
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() {