summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-12-28 15:47:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-28 15:47:45 +0100
commita08e61eaf5b03dc48486f1a7ca47fb3cebd39b2f (patch)
tree3320e239de0a39f88de3c82dac42271d44b31bfd
parentacct-group/sigh: New group for mail-filter/sigh (diff)
downloadgentoo-a08e61eaf5b03dc48486f1a7ca47fb3cebd39b2f.tar.gz
gentoo-a08e61eaf5b03dc48486f1a7ca47fb3cebd39b2f.tar.bz2
gentoo-a08e61eaf5b03dc48486f1a7ca47fb3cebd39b2f.zip
acct-user/amanda: New user for app-backup/amanda
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--acct-user/amanda/amanda-0.ebuild12
-rw-r--r--acct-user/amanda/metadata.xml21
2 files changed, 33 insertions, 0 deletions
diff --git a/acct-user/amanda/amanda-0.ebuild b/acct-user/amanda/amanda-0.ebuild
new file mode 100644
index 000000000000..18c4485c8eba
--- /dev/null
+++ b/acct-user/amanda/amanda-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+ACCT_USER_ID=362
+ACCT_USER_GROUPS=( "${PN}" )
+ACCT_USER_HOME=/var/spool/amanda
+
+acct-user_add_deps
diff --git a/acct-user/amanda/metadata.xml b/acct-user/amanda/metadata.xml
new file mode 100644
index 000000000000..ccd1d2f092c3
--- /dev/null
+++ b/acct-user/amanda/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ <name>Robin H. Johnson</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>lists@xunil.at</email>
+ <name>Stefan G. Weichinger</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>dustin@v.igoro.us</email>
+ <description>Upstream. Please CC on bugs.</description>
+ <name>Dustin J. Mitchell</name>
+ </maintainer>
+</pkgmetadata>