From 43b2ea5a4d17c8400eb2bcaa9a541c14420c52fc Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 24 Aug 2005 14:13:54 +0000 Subject: FreeBSD fix: root:root -> root:0. (Portage version: 2.0.51.22) --- net-analyzer/ntop/ChangeLog | 5 ++++- 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ò ntop-3.1.ebuild: + FreeBSD fix: root:root -> root:0. 23 Aug 2005; Aaron Walker 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 -- cgit v1.2.3-65-gdbad