mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
acct-user/bacula: Add new UID 273 for app-backup/bacula
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
13
acct-user/bacula/bacula-0.ebuild
Normal file
13
acct-user/bacula/bacula-0.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="A group for the bacula backup system"
|
||||
ACCT_USER_ID=273
|
||||
ACCT_USER_HOME=/var/lib/bacula
|
||||
ACCT_USER_GROUPS=( bacula disk tape cdrom )
|
||||
|
||||
acct-user_add_deps
|
||||
8
acct-user/bacula/metadata.xml
Normal file
8
acct-user/bacula/metadata.xml
Normal file
@@ -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>tomjbe@gentoo.org</email>
|
||||
<name>Thomas Beierlein</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user