summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-24 13:28:03 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-24 13:28:03 +0000
commitad1495e39ebf74e29d4a0f8da5d55917db24730e (patch)
tree898929dea7c107754ce77bc0fa0dfbacf73754b0 /net-analyzer
parentCleanup. (Manifest recommit) (diff)
downloadgentoo-2-ad1495e39ebf74e29d4a0f8da5d55917db24730e.tar.gz
gentoo-2-ad1495e39ebf74e29d4a0f8da5d55917db24730e.tar.bz2
gentoo-2-ad1495e39ebf74e29d4a0f8da5d55917db24730e.zip
chown, Closes #46969.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ntop/ChangeLog5
-rw-r--r--net-analyzer/ntop/ntop-3.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog
index 3326e7ddf2aa..9d20b9ae88da 100644
--- a/net-analyzer/ntop/ChangeLog
+++ b/net-analyzer/ntop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.24 2004/06/24 22:14:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.25 2004/07/24 13:28:03 eldad Exp $
+
+ 24 Jul 2004; Eldad Zack <eldad@gentoo.org> ntop-3.0.ebuild:
+ chown /var/lib/ntop to ntop's running user (nobody). Closes #46969.
09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ntop-2.0.99_rc2-r2.ebuild,
ntop-2.2.ebuild, ntop-2.2c.ebuild, ntop-3.0.ebuild:
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild
index 90a4f91ab154..abfcb3678d8a 100644
--- a/net-analyzer/ntop/ntop-3.0.ebuild
+++ b/net-analyzer/ntop/ntop-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.6 2004/06/30 17:45:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.7 2004/07/24 13:28:03 eldad Exp $
DESCRIPTION="tool that shows network usage like top"
HOMEPAGE="http://www.ntop.org/ntop.html"
@@ -46,6 +46,7 @@ src_install () {
dohtml ntop.html
keepdir /var/lib/ntop
+ chown -R nobody:nobody /var/lib/ntop
exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop
insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop