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 | 43b2ea5a4d17c8400eb2bcaa9a541c14420c52fc (patch) | |
tree | 57a3d743d9165cb9c6c6e2e24e28590fffdd4078 /net-analyzer/ntop | |
parent | Initial commit. Since this is the same build as the initial part of kudzu-kn... (diff) | |
download | gentoo-2-43b2ea5a4d17c8400eb2bcaa9a541c14420c52fc.tar.gz gentoo-2-43b2ea5a4d17c8400eb2bcaa9a541c14420c52fc.tar.bz2 gentoo-2-43b2ea5a4d17c8400eb2bcaa9a541c14420c52fc.zip |
FreeBSD fix: root:root -> root:0.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.1.ebuild | 4 |
2 files changed, 6 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/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 |