diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-25 13:35:01 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-25 13:35:01 +0000 |
commit | c8e666ca007e8f0cb68783c966abcac18f2b633a (patch) | |
tree | 9c489f19aa4dc3eb36a8b6745be5071e23d3fc03 /net-analyzer/ntop | |
parent | Third (by my count) missed IUSE var that repoman missed, adding dvdread. (Man... (diff) | |
download | gentoo-2-c8e666ca007e8f0cb68783c966abcac18f2b633a.tar.gz gentoo-2-c8e666ca007e8f0cb68783c966abcac18f2b633a.tar.bz2 gentoo-2-c8e666ca007e8f0cb68783c966abcac18f2b633a.zip |
Fixed sandbox violation, closes 58271
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 9d20b9ae88da..8e713f9b1797 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,10 @@ # 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.25 2004/07/24 13:28:03 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.26 2004/07/25 13:35:01 eldad Exp $ + + 25 Jul 2004; Eldad Zack <eldad@gentoo.org> ntop-3.0.ebuild: + Fixed sandbox violation. Thanks to Dennis Freise <cat@final-frontier.ath.cx>. + Closes #58271. 24 Jul 2004; Eldad Zack <eldad@gentoo.org> ntop-3.0.ebuild: chown /var/lib/ntop to ntop's running user (nobody). Closes #46969. diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild index abfcb3678d8a..eaa9e77f9f34 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.7 2004/07/24 13:28:03 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.8 2004/07/25 13:35:01 eldad Exp $ DESCRIPTION="tool that shows network usage like top" HOMEPAGE="http://www.ntop.org/ntop.html" @@ -46,7 +46,7 @@ src_install () { dohtml ntop.html keepdir /var/lib/ntop - chown -R nobody:nobody /var/lib/ntop + chown -R nobody:nobody ${D}/var/lib/ntop exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop |