diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-12-12 11:18:59 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-12-12 11:19:21 +0100 |
commit | c4aa2f31e7c7cb18213ce43174c5623dfadf8936 (patch) | |
tree | 00109e987863d8b29647775fbbd51d5e4faa832d /acct-user | |
parent | acct-group/shellinaboxd: change GID to 306. (diff) | |
download | gentoo-c4aa2f31e7c7cb18213ce43174c5623dfadf8936.tar.gz gentoo-c4aa2f31e7c7cb18213ce43174c5623dfadf8936.tar.bz2 gentoo-c4aa2f31e7c7cb18213ce43174c5623dfadf8936.zip |
acct-user/shellinaboxd: change UID to 306.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/shellinaboxd/shellinaboxd-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/shellinaboxd/shellinaboxd-0.ebuild b/acct-user/shellinaboxd/shellinaboxd-0.ebuild index 413ed5720890..02ff9473f3f5 100644 --- a/acct-user/shellinaboxd/shellinaboxd-0.ebuild +++ b/acct-user/shellinaboxd/shellinaboxd-0.ebuild @@ -6,4 +6,4 @@ EAPI=7 inherit acct-user DESCRIPTION="shellinabox user" -ACCT_USER_ID=14000 +ACCT_USER_ID=306 |