mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
acct-user/gpsd: fix bug #744982
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -7,6 +7,7 @@ inherit acct-user
|
||||
|
||||
DESCRIPTION="user for gpsd"
|
||||
ACCT_USER_ID=299
|
||||
ACCT_USER_GROUPS=( dialout )
|
||||
# bug #744982
|
||||
ACCT_USER_GROUPS=( dialout uucp )
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user