Skip to content

Commit

Permalink
acct-group/pcap: Add group for capturing network traffic
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/314463
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Oct 24, 2020
1 parent 894b10c commit 4421915
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-group/pcap/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
</pkgmetadata>
9 changes: 9 additions & 0 deletions acct-group/pcap/pcap-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-group

DESCRIPTION="Group for capturing network traffic"
ACCT_GROUP_ID=377

0 comments on commit 4421915

Please sign in to comment.