Skip to content

Commit

Permalink
acct-user/cockroach: add user for dev-db/cockroach
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/781272
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Jul 31, 2021
1 parent 74eb350 commit 2043a99
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions acct-user/cockroach/cockroach-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="A user for dev-db/cockroach"

ACCT_USER_ID=110
ACCT_USER_GROUPS=( cockroach )
ACCT_USER_HOME=/var/lib/cockroach
ACCT_USER_SHELL=/bin/sh

acct-user_add_deps
8 changes: 8 additions & 0 deletions acct-user/cockroach/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>William Hubbs</name>
</maintainer>
</pkgmetadata>

0 comments on commit 2043a99

Please sign in to comment.