summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Smee <strerror@gentoo.org>2005-07-29 16:51:15 +0000
committerBenjamin Smee <strerror@gentoo.org>2005-07-29 16:51:15 +0000
commit2231087af55258115e51dd444f70117147a4d1bb (patch)
tree9560a1155b7aa9b54d333b92668c174b5fafa4a1 /net-analyzer
parentVersion bump. (diff)
downloadgentoo-2-2231087af55258115e51dd444f70117147a4d1bb.tar.gz
gentoo-2-2231087af55258115e51dd444f70117147a4d1bb.tar.bz2
gentoo-2-2231087af55258115e51dd444f70117147a4d1bb.zip
Fixed spelling as per bug 100725
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ethereal/ChangeLog5
-rw-r--r--net-analyzer/ethereal/ethereal-0.10.12.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog
index 47d632e1880d..9a3a4173c76e 100644
--- a/net-analyzer/ethereal/ChangeLog
+++ b/net-analyzer/ethereal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ethereal
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.133 2005/07/28 17:13:04 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.134 2005/07/29 16:51:15 strerror Exp $
+
+ 29 Jul 2005; Benjamin Smee <strerror@gentoo.org> ethereal-0.10.12.ebuild:
+ Fixed spelling as per bug 100725
28 Jul 2005; Aaron Walker <ka0ttic@gentoo.org>
+files/ethereal-0.10.12-fix-encrypted-conflict.diff,
diff --git a/net-analyzer/ethereal/ethereal-0.10.12.ebuild b/net-analyzer/ethereal/ethereal-0.10.12.ebuild
index 84e4d37796fc..fe0aa62c6667 100644
--- a/net-analyzer/ethereal/ethereal-0.10.12.ebuild
+++ b/net-analyzer/ethereal/ethereal-0.10.12.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/ethereal/ethereal-0.10.12.ebuild,v 1.7 2005/07/28 17:13:04 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.12.ebuild,v 1.8 2005/07/29 16:51:15 strerror Exp $
inherit libtool flag-o-matic eutils
@@ -110,6 +110,6 @@ pkg_postinst() {
ewarn "use a hardened operating system;"
ewarn "do not listen to addition interfaces;"
ewarn "if possible, run behind a firewall;"
- ewarn "take a capture with tcpdump and analyze the contents offline running ethereal as a the least priviledged user; and"
- ewarn "subscribe to ethereal's announce list to be notified of newly discovered vulnerabilities."
+ ewarn "take a capture with tcpdump and analyze the contents offline running ethereal as a the least privileged user;"
+ ewarn "and subscribe to ethereal's announce list to be notified of newly discovered vulnerabilities."
}