diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-05-07 11:34:33 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-05-07 11:34:33 +0000 |
commit | 6bea681fecace8b17b9e3f2df2bc94dda269950c (patch) | |
tree | b3b3cc4ae3ba56a688a810db403758aa6e46ced0 /net-analyzer/ethereal | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-6bea681fecace8b17b9e3f2df2bc94dda269950c.tar.gz gentoo-2-6bea681fecace8b17b9e3f2df2bc94dda269950c.tar.bz2 gentoo-2-6bea681fecace8b17b9e3f2df2bc94dda269950c.zip |
further rewording
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.11.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.10.11.ebuild b/net-analyzer/ethereal/ethereal-0.10.11.ebuild index 2b0e6c8a33a7..f33a57404926 100644 --- a/net-analyzer/ethereal/ethereal-0.10.11.ebuild +++ b/net-analyzer/ethereal/ethereal-0.10.11.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.11.ebuild,v 1.10 2005/05/07 11:04:19 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.11.ebuild,v 1.11 2005/05/07 11:34:33 dragonheart Exp $ inherit libtool flag-o-matic eutils @@ -98,14 +98,14 @@ src_install() { } pkg_postinst() { - ewarn "Due to a history of security flaws in this piece of software may contain more flaws." - ewarn "To protect yourself against malicious damage due to potential future flaws in this product we recommend" + ewarn "Due to a history of security flaws in this piece of software, it may contain more flaws." + ewarn "To protect yourself against malicious damage due to potential flaws in this product we recommend" ewarn "you take the following security precautions when running ethereal in an untrusted environment:" ewarn "do no run any longer than you need to;" ewarn "use in a root jail - prefereably one that has been hardened with grsec like rootjail protections;" 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 as a the least priviledged user; and" - ewarn "subscribe to ethereal's announce list for new vulnerabilities." + 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." } |