Skip to content

Commit

Permalink
acct-user/firebird: use correct uid
Browse files Browse the repository at this point in the history
User has been using incorrectly wrong UID.

Closes: https://bugs.gentoo.org/861491
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Jul 27, 2022
1 parent f8f7933 commit b0cf030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit acct-user
DESCRIPTION="A user for dev-db/firebird"

ACCT_USER_GROUPS=( "firebird" )
ACCT_USER_ID="520"
ACCT_USER_ID="450"
ACCT_USER_SHELL="/bin/sh"

acct-user_add_deps
Expand Down

0 comments on commit b0cf030

Please sign in to comment.