net-analyzer/tcpdump: adjust live ebuild slightly (style)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-03-04 05:00:21 +00:00
parent 4d89b52d51
commit 9923716e0d
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 3 additions and 2 deletions

View File

@ -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."
}