diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 21:50:54 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 21:51:40 +0300 |
commit | b8660c1a83f4d68a59671dc7ef4faf74582d0046 (patch) | |
tree | 699cfcca075deb5aadc0702c0132dc3cab602bc8 /acct-user | |
parent | acct-group/squid: initial commit (diff) | |
download | gentoo-b8660c1a83f4d68a59671dc7ef4faf74582d0046.tar.gz gentoo-b8660c1a83f4d68a59671dc7ef4faf74582d0046.tar.bz2 gentoo-b8660c1a83f4d68a59671dc7ef4faf74582d0046.zip |
acct-user/squid: Initial commit
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/squid/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/squid/squid-0.ebuild | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/squid/metadata.xml b/acct-user/squid/metadata.xml new file mode 100644 index 000000000000..6698a4ab7883 --- /dev/null +++ b/acct-user/squid/metadata.xml @@ -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>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/squid/squid-0.ebuild b/acct-user/squid/squid-0.ebuild new file mode 100644 index 000000000000..97e03021f293 --- /dev/null +++ b/acct-user/squid/squid-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for squid web proxy cache" +ACCT_USER_ID=301 +ACCT_USER_HOME=/var/cache/squid +ACCT_USER_GROUPS=( squid ) + +acct-user_add_deps |