commit: baa398a3d09023c8b131c716a20ef724b0207e7d
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Fri Jun 30 08:53:46 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 12:47:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa398a3
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 <AT> atlas.cz>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
acct-user/havp/havp-0.ebuild | 3 +--
1 file changed, 1 insertion(+), 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