summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-04 05:00:21 +0000
committerSam James <sam@gentoo.org>2021-03-04 05:00:21 +0000
commit9923716e0dbf341e02e2ff35b5314b6835b31bb6 (patch)
tree994b26777780f1192f95d40ea9ef6b5b26ff8f48 /net-analyzer/tcpdump
parentnet-analyzer/tcpdump: restrict tests for now (diff)
downloadgentoo-9923716e0dbf341e02e2ff35b5314b6835b31bb6.tar.gz
gentoo-9923716e0dbf341e02e2ff35b5314b6835b31bb6.tar.bz2
gentoo-9923716e0dbf341e02e2ff35b5314b6835b31bb6.zip
net-analyzer/tcpdump: adjust live ebuild slightly (style)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r--net-analyzer/tcpdump/tcpdump-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index 6f074f38fb23..4765315651b1 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."
}