acct-user/bacula: Add new UID 273 for app-backup/bacula
authorThomas Beierlein <tomjbe@gentoo.org>
Tue, 15 Oct 2019 18:28:23 +0000 (20:28 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Wed, 16 Oct 2019 07:30:42 +0000 (09:30 +0200)
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
acct-user/bacula/bacula-0.ebuild [new file with mode: 0644]
acct-user/bacula/metadata.xml [new file with mode: 0644]

diff --git a/acct-user/bacula/bacula-0.ebuild b/acct-user/bacula/bacula-0.ebuild
new file mode 100644 (file)
index 0000000..a60dd7e
--- /dev/null
@@ -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
diff --git a/acct-user/bacula/metadata.xml b/acct-user/bacula/metadata.xml
new file mode 100644 (file)
index 0000000..4e80019
--- /dev/null
@@ -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>