Skip to content

Commit

Permalink
acct-user/openvpn: New user for openvpn
Browse files Browse the repository at this point in the history
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.93, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Patrick McLean <[email protected]>
  • Loading branch information
patrick-mclean authored and chutz committed Mar 12, 2020
1 parent d7a2019 commit 6acc8d0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-user/openvpn/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="person">
<email>[email protected]</email>
<name>Patrick McLean</name>
</maintainer>
</pkgmetadata>
13 changes: 13 additions & 0 deletions acct-user/openvpn/openvpn-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User for net-vpn/openvpn"

ACCT_USER_ID=394
ACCT_USER_GROUPS=( openvpn )

acct-user_add_deps

0 comments on commit 6acc8d0

Please sign in to comment.