summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-07-18 22:00:23 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-20 21:03:09 +0200
commitfcbce1a1a7dad047d53d3de2369218563447c11f (patch)
treef83522f7b4d67ff67158e0e197d067f0324996dd /acct-user/cron/cron-0.ebuild
parentwww-servers/monkeyd: drop old version (diff)
downloadgentoo-fcbce1a1a7dad047d53d3de2369218563447c11f.tar.gz
gentoo-fcbce1a1a7dad047d53d3de2369218563447c11f.tar.bz2
gentoo-fcbce1a1a7dad047d53d3de2369218563447c11f.zip
acct-user/cron: add user (16) cron
Bug: https://bugs.gentoo.org/781515 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/cron/cron-0.ebuild')
-rw-r--r--acct-user/cron/cron-0.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/acct-user/cron/cron-0.ebuild b/acct-user/cron/cron-0.ebuild
new file mode 100644
index 000000000000..7ec64484762e
--- /dev/null
+++ b/acct-user/cron/cron-0.ebuild
@@ -0,0 +1,14 @@
+# 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 sys-process/cronbase"
+
+ACCT_USER_GROUPS=( "cron" )
+ACCT_USER_HOME="/var/spool/cron"
+ACCT_USER_ID="16"
+
+acct-user_add_deps