summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/iptraf/ChangeLog5
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index 9633c2fff41a..5eb49fc05e56 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-analyzer/iptraf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.2 2002/06/20 15:24:26 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.3 2002/08/18 01:03:00 aliz Exp $
*iptraf-2.7.0 (20 Jun 2002)
+ 18 Aug 2002; Daniel Ahlberg <aliz@telia.com> iptraf-2.7.0.ebuild:
+ Moved bins from /usr/bin to /usr/sbin as suggested in #6517.
+
20 Jun 2002; J.Alberto Suárez L. iptraf-2.7.0.ebuild :
Version bumped.
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
index f283d0cb9ec2..e64ebad71fab 100644
--- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild
+++ b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 2001-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.3 2002/08/14 12:12:05 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.4 2002/08/18 01:03:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"
@@ -16,11 +16,11 @@ RDEPEND="${DEPEND}"
src_compile() {
cd src
- emake TARGET="/usr/bin" WORKDIR="/var/lib/iptraf" \
+ emake TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \
clean all || die "emake failed"
}
src_install() {
- dobin src/{iptraf,cfconv,rvnamed}
+ dosbin src/{iptraf,cfconv,rvnamed}
dodoc FAQ README* CHANGES RELEASE-NOTES
doman Documentation/*.8
htmlinto html