diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 14:13:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 14:13:54 +0000 |
commit | 31c57391961aec69fbb350b4f4fe096f710bd8d2 (patch) | |
tree | d8dfe1b1d36f2b0aad29079d2235eb04ee7f21ae /net-analyzer | |
parent | Initial commit. Since this is the same build as the initial part of kudzu-kn... (diff) | |
download | historical-31c57391961aec69fbb350b4f4fe096f710bd8d2.tar.gz historical-31c57391961aec69fbb350b4f4fe096f710bd8d2.tar.bz2 historical-31c57391961aec69fbb350b4f4fe096f710bd8d2.zip |
FreeBSD fix: root:root -> root:0.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/Manifest | 10 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.1.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 9ad6493ef6f5..40b862ba6bea 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.38 2005/08/23 13:44:24 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.39 2005/08/24 14:13:54 flameeyes Exp $ + + 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> ntop-3.1.ebuild: + FreeBSD fix: root:root -> root:0. 23 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> ntop-3.1.ebuild: Use -1 instead of /bin/false, bug #103421. diff --git a/net-analyzer/ntop/Manifest b/net-analyzer/ntop/Manifest index 6a95c820d51b..c1a3e0fc15c6 100644 --- a/net-analyzer/ntop/Manifest +++ b/net-analyzer/ntop/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 ebf97d76921e175f2af48c0811a84cec ntop-3.0.ebuild 1604 MD5 e33da5ca372f1f9861f4d60b5700acd6 ChangeLog 4874 MD5 4ab5248f4a98565130768d8ba364e49f ntop-3.1.ebuild 2398 @@ -7,3 +10,10 @@ MD5 35c576fac5bd8cbf0da850ccc00dd924 files/digest-ntop-3.0 58 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.2 (GNU/Linux) + +iD8DBQFDDIC7j5H05b2HAEkRAv3PAJ9pGl40x+XcO5IAo4k3ozWj4ygZHACeOlAS +5noFmsaPz5ey+KV7YQLYUXM= +=5gqs +-----END PGP SIGNATURE----- diff --git a/net-analyzer/ntop/ntop-3.1.ebuild b/net-analyzer/ntop/ntop-3.1.ebuild index 608d1e3ad878..8c882cd60c86 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.7 2005/08/23 13:44:24 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.8 2005/08/24 14:13:54 flameeyes Exp $ inherit gnuconfig eutils @@ -74,7 +74,7 @@ src_install() { dodoc AUTHORS CONTENTS ChangeLog MANIFESTO NEWS dodoc PORTING README SUPPORT_NTOP.txt THANKS docs/* - chown -R root:root ${D}/etc/ntop ${D}/usr/share/${PN}/html \ + chown -R root:0 ${D}/etc/ntop ${D}/usr/share/${PN}/html \ ${D}/usr/lib/ntop dohtml ntop.html |