diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-06-30 10:53:46 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-02 14:47:49 +0200 |
commit | baa398a3d09023c8b131c716a20ef724b0207e7d (patch) | |
tree | c8ff1032e86b44f925cda4aa9d5af509df2c414d /acct-user | |
parent | dev-ruby/bundler: add 2.4.15 (diff) | |
download | gentoo-baa398a3d09023c8b131c716a20ef724b0207e7d.tar.gz gentoo-baa398a3d09023c8b131c716a20ef724b0207e7d.tar.bz2 gentoo-baa398a3d09023c8b131c716a20ef724b0207e7d.zip |
acct-user/havp: remove unused variable
The ACCT_HOME_USER should have been ACCT_USER_HOME most probably,
because pre-GLEP 81 ebuild used
enewuser ${PN} -1 -1 /etc/${PN} ${PN}
However, no one complained about the default /dev/null home in last few
years. I don't see any signs indicating why /etc/havp should be used.
Therefore, it seems appropriate to remove the unused variable
ACCT_HOME_USER.
Bug: https://bugs.gentoo.org/781464
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/havp/havp-0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/acct-user/havp/havp-0.ebuild b/acct-user/havp/havp-0.ebuild index 60523308202c..6b7d66da3ee8 100644 --- a/acct-user/havp/havp-0.ebuild +++ b/acct-user/havp/havp-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,6 @@ inherit acct-user DESCRIPTION="User for net-proxy/havp" ACCT_USER_GROUPS=( "havp" ) -ACCT_HOME_USER="/etc/havp" ACCT_USER_ID="254" acct-user_add_deps |