From: Conrad Kostecki Date: Tue, 17 Sep 2019 17:08:34 +0000 (+0200) Subject: acct-user/unifi: add user for net-wireless/unifi X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d95aaace8611167e938a6f44e42a18754a53020;p=gentoo.git acct-user/unifi: add user for net-wireless/unifi UID 113 will be used, as Arch also uses this one. Fedora and RHEL don't have a reserved UID. Bug: https://bugs.gentoo.org/694684 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Manifest-Sign-Key: 5646E9134B279879CD890EB80910C5FCDF5469A3 Signed-off-by: Conrad Kostecki Signed-off-by: Ben Kohler --- diff --git a/acct-user/unifi/metadata.xml b/acct-user/unifi/metadata.xml new file mode 100644 index 000000000000..57ba2066974e --- /dev/null +++ b/acct-user/unifi/metadata.xml @@ -0,0 +1,22 @@ + + + + + bkohler@gentoo.org + Ben Kohler + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + UniFi is a management controller software for Ubiquiti UniFi APs. + It's purpose is to configure and monitor all those APs. + Also all kind of statistics are collected, which can be accessed through UniFi. + There is also an internal RADIUS server, which can be used for WPA2-Enterprise. + + diff --git a/acct-user/unifi/unifi-0.ebuild b/acct-user/unifi/unifi-0.ebuild new file mode 100644 index 000000000000..0f750e70188e --- /dev/null +++ b/acct-user/unifi/unifi-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="A user for the UniFi Controller" + +ACCT_USER_GROUPS=( "unifi" ) +ACCT_USER_HOME="/var/lib/unifi" +ACCT_USER_HOME_OWNER="unifi:unifi" +ACCT_USER_ID="113" + +acct-user_add_deps