summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-08-23 13:44:24 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-08-23 13:44:24 +0000
commit99f81b885f0365849f8ba833432e10faebbc1f81 (patch)
tree8b8d9e95395e9f9c18c0e0ba969384560d037de5 /net-analyzer/ntop
parentUse -1 for shell argument to enewuser. Bug #103421. (diff)
downloadgentoo-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/ntop')
-rw-r--r--net-analyzer/ntop/ChangeLog5
-rw-r--r--net-analyzer/ntop/Manifest18
-rw-r--r--net-analyzer/ntop/ntop-3.1.ebuild4
3 files changed, 10 insertions, 17 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog
index ab2fbb72d8b8..9ad6493ef6f5 100644
--- a/net-analyzer/ntop/ChangeLog
+++ b/net-analyzer/ntop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.37 2005/07/29 23:53:20 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.38 2005/08/23 13:44:24 ka0ttic Exp $
+
+ 23 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> ntop-3.1.ebuild:
+ Use -1 instead of /bin/false, bug #103421.
29 Jul 2005; Daniel Black <dragonheart@gentoo.org> ntop-3.1.ebuild:
removed die from epatch || die.
diff --git a/net-analyzer/ntop/Manifest b/net-analyzer/ntop/Manifest
index 76e6554e607d..ff823c6d7b4c 100644
--- a/net-analyzer/ntop/Manifest
+++ b/net-analyzer/ntop/Manifest
@@ -1,19 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ad3c322f8af43ca0fe9cf97818836ca7 ChangeLog 4657
-MD5 846e7479e3e9df4363f2721b7fb47320 metadata.xml 233
+MD5 298c3b20564de1179482f81f9182c5be ntop-3.1.ebuild 2403
MD5 ebf97d76921e175f2af48c0811a84cec ntop-3.0.ebuild 1604
-MD5 60751858916f689d82818eca576f5c6b ntop-3.1.ebuild 2411
+MD5 02df34ffb0d7ede152437ef064469bf2 ChangeLog 4769
+MD5 846e7479e3e9df4363f2721b7fb47320 metadata.xml 233
MD5 35c576fac5bd8cbf0da850ccc00dd924 files/digest-ntop-3.0 58
MD5 bb970d07a76d2b939ec08c2796519021 files/digest-ntop-3.1 58
-MD5 d1e896708a98eaca02f55c44ae517768 files/globals-core.c.diff 536
MD5 a9cad5851ac81cbd8589f60287f3e497 files/ntop-confd 131
+MD5 d1e896708a98eaca02f55c44ae517768 files/globals-core.c.diff 536
MD5 9e6b1e20779d7fb6699c956adf6b8b05 files/ntop-init 294
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC6sF+mdTrptrqvGERAuViAKCHnV9TMIiH1cHyvKHakhx3lDfQaQCfWJzL
-1qBCdP+6nwoEbhI/jv6XBnM=
-=rnBn
------END PGP SIGNATURE-----
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() {