summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild')
-rw-r--r--net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild b/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild
index e92201e8ae4a..cd3dc0340ab5 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:
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild,v 1.1.1.1 2005/11/30 10:12:08 chriswhite Exp $
inherit eutils
@@ -22,11 +22,11 @@ RDEPEND="|| ( app-shells/pdksh app-shells/ksh )
dev-perl/Net-Patricia
dev-perl/Cflow"
-DEPEND=""
+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() {