summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/libpcap-ringbuffer/ChangeLog6
-rw-r--r--net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-libs/libpcap-ringbuffer/ChangeLog b/net-libs/libpcap-ringbuffer/ChangeLog
index 975546fc90f9..332998a9de1a 100644
--- a/net-libs/libpcap-ringbuffer/ChangeLog
+++ b/net-libs/libpcap-ringbuffer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libpcap-ringbuffer
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap-ringbuffer/ChangeLog,v 1.8 2006/06/26 17:50:44 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap-ringbuffer/ChangeLog,v 1.9 2006/07/25 09:01:17 dragonheart Exp $
+
+ 25 Jul 2006; Daniel Black <dragonheart@gentoo.org>
+ libpcap-ringbuffer-0.9.20060417.ebuild:
+ update post_install message to wireshark example instead of ethereal
*libpcap-ringbuffer-0.9.20060417 (26 Jun 2006)
diff --git a/net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild b/net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild
index 47988fcc7a87..6b900bcdc7df 100644
--- a/net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild
+++ b/net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild,v 1.1 2006/06/26 17:46:24 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap-ringbuffer/libpcap-ringbuffer-0.9.20060417.ebuild,v 1.2 2006/07/25 09:01:17 dragonheart Exp $
inherit eutils toolchain-funcs linux-info multilib libtool autotools
@@ -64,8 +64,8 @@ pkg_postinst() {
einfo " env-update && source /etc/profile"
echo
einfo "To continue to use libpcap-ringbuffer without the ringbuffer, just set PCAP_FRAMES=0"
- einfo "in the env.d file. Alternatively, you could run ethereal like this:"
- einfo " PCAP_FRAMES=0 ethereal"
+ einfo "in the env.d file. Alternatively, you could run wireshark like this:"
+ einfo " PCAP_FRAMES=0 wireshark"
echo
einfo "For further details see:"
einfo " /usr/share/doc/${PF}/README.ring.gz"