diff options
author | 2005-08-23 13:44:24 +0000 | |
---|---|---|
committer | 2005-08-23 13:44:24 +0000 | |
commit | 99f81b885f0365849f8ba833432e10faebbc1f81 (patch) | |
tree | 8b8d9e95395e9f9c18c0e0ba969384560d037de5 /net-analyzer/flow-tools/flow-tools-0.67.ebuild | |
parent | Use -1 for shell argument to enewuser. Bug #103421. (diff) | |
download | gentoo-2-99f81b885f0365849f8ba833432e10faebbc1f81.tar.gz gentoo-2-99f81b885f0365849f8ba833432e10faebbc1f81.tar.bz2 gentoo-2-99f81b885f0365849f8ba833432e10faebbc1f81.zip |
Use -1 instead of /bin/false, bug #103421.
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-analyzer/flow-tools/flow-tools-0.67.ebuild')
-rw-r--r-- | net-analyzer/flow-tools/flow-tools-0.67.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/flow-tools/flow-tools-0.67.ebuild b/net-analyzer/flow-tools/flow-tools-0.67.ebuild index 35b950036c47..30cefa685b25 100644 --- a/net-analyzer/flow-tools/flow-tools-0.67.ebuild +++ b/net-analyzer/flow-tools/flow-tools-0.67.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/flow-tools/flow-tools-0.67.ebuild,v 1.6 2005/03/25 21:12:29 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.67.ebuild,v 1.7 2005/08/23 13:43:25 ka0ttic Exp $ inherit eutils flag-o-matic @@ -32,7 +32,7 @@ pkg_setup() { fi enewgroup flowtools - enewuser flowtools -1 /bin/false /var/lib/flow-tools flowtools + enewuser flowtools -1 -1 /var/lib/flow-tools flowtools } src_unpack() { |