Skip to content

Commit

Permalink
acct-group/git: Add git group, GID 196
Browse files Browse the repository at this point in the history
Add 'git' group.  UID 196 is used on Arch Linux for gitolite which
serves the same purpose as 'git' in Gentoo.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 8, 2019
1 parent 1eb7d88 commit fe4099e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acct-group/git/git-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-group

ACCT_GROUP_ID=196
8 changes: 8 additions & 0 deletions acct-group/git/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>Michał Górny</name>
</maintainer>
</pkgmetadata>

0 comments on commit fe4099e

Please sign in to comment.