diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-07-27 20:51:38 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-27 20:51:38 +0200 |
commit | b0cf0305314b2410b608e087e0b960e8a1e8369d (patch) | |
tree | 2b002fe4190cd4745c4d97e9aadda8b8ecb61202 /acct-user/firebird | |
parent | dev-lua/luasocket: add 3.1.0 (diff) | |
download | gentoo-b0cf0305314b2410b608e087e0b960e8a1e8369d.tar.gz gentoo-b0cf0305314b2410b608e087e0b960e8a1e8369d.tar.bz2 gentoo-b0cf0305314b2410b608e087e0b960e8a1e8369d.zip |
acct-user/firebird: use correct uid
User has been using incorrectly wrong UID.
Closes: https://bugs.gentoo.org/861491
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/firebird')
-rw-r--r-- | acct-user/firebird/firebird-0-r2.ebuild (renamed from acct-user/firebird/firebird-0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/firebird/firebird-0-r1.ebuild b/acct-user/firebird/firebird-0-r2.ebuild index e921fc0b8276..e34d2c1a8ac7 100644 --- a/acct-user/firebird/firebird-0-r1.ebuild +++ b/acct-user/firebird/firebird-0-r2.ebuild @@ -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 |