commit: 9923716e0dbf341e02e2ff35b5314b6835b31bb6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 05:00:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 05:00:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9923716e
net-analyzer/tcpdump: adjust live ebuild slightly (style)
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcpdump/tcpdump-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild
b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index 6f074f38fb2..4765315651b 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools git-r3
DESCRIPTION="A Tool for network monitoring and data acquisition"
@@ -87,5 +88,5 @@ src_install() {
}
pkg_postinst() {
- use suid && elog "To let normal users run tcpdump add them to the pcap
group."
+ use suid && elog "To let normal users run tcpdump, add them to the pcap
group."
}