diff options
Diffstat (limited to 'net-analyzer/ntop/ntop-3.1.ebuild')
-rw-r--r-- | net-analyzer/ntop/ntop-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ntop-3.1.ebuild b/net-analyzer/ntop/ntop-3.1.ebuild index 8395ac0826cc..608d1e3ad878 100644 --- a/net-analyzer/ntop/ntop-3.1.ebuild +++ b/net-analyzer/ntop/ntop-3.1.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/ntop/ntop-3.1.ebuild,v 1.6 2005/07/29 23:53:20 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.7 2005/08/23 13:44:24 ka0ttic Exp $ inherit gnuconfig eutils @@ -30,7 +30,7 @@ DEPEND="virtual/libc pkg_setup() { enewgroup ntop - enewuser ntop -1 /bin/false /var/lib/ntop ntop + enewuser ntop -1 -1 /var/lib/ntop ntop } src_unpack() { |