On Wed, 2019-06-12 at 22:21 -0400, Michael Orlitzky wrote:
> On 6/9/19 7:39 AM, Michał Górny wrote:
> > +
> > +All new users and groups must have unique UIDs/GIDs assigned
> > +by developers. The developer adding them is responsible for checking
> > +for collisions.
> >
> > ...
> >
> > +All user
On Wed, 2019-06-12 at 21:11 -0400, Michael Orlitzky wrote:
> On 6/11/19 12:23 PM, Michał Górny wrote:
> >
> > +# @FUNCTION: user_get_nologin
> > +# @INTERNAL
> > +# @DESCRIPTION:
> > +# Find an appropriate 'nologin' shell for the platform, and output
> > +# its path.
> > +user_get_nologin() {
>
On 6/9/19 7:39 AM, Michał Górny wrote:
>
> +
> +All new users and groups must have unique UIDs/GIDs assigned
> +by developers. The developer adding them is responsible for checking
> +for collisions.
>
> ...
>
> +All user and group packages must define preferred fixed UIDs/GIDs,
> +and they mus
On 6/11/19 12:23 PM, Michał Górny wrote:
> +++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
> @@ -0,0 +1,39 @@
> +# Copyright 1999-2019 Gentoo Authors
> +# Distributed under the terms of the GNU General Public License v2
> +
> +EAPI=7
> +
> +inherit eutils pam user
> +
user.eclass can go, and I'm pret
On 6/11/19 12:23 PM, Michał Górny wrote:
>
> +# @FUNCTION: user_get_nologin
> +# @INTERNAL
> +# @DESCRIPTION:
> +# Find an appropriate 'nologin' shell for the platform, and output
> +# its path.
> +user_get_nologin() {
This isn't a great name for this function, because it doesn't have
anything t
> On Wed, 12 Jun 2019, Marek Szuba wrote:
>>> +dv - Dhivehi
>>
>> IANA registry says:
>>
>> | Subtag: dv
>> | Description: Dhivehi
>> | Description: Divehi
>> | Description: Maldivian
>>
>> So maybe make it 'Dhivehi (Maldivian)'?
> Originally I had all three names here but then I noticed t
On 2019-06-12 16:12, Michał Górny wrote:
>> +dv - Dhivehi
>
> IANA registry says:
>
> | Subtag: dv
> | Description: Dhivehi
> | Description: Divehi
> | Description: Maldivian
>
> So maybe make it 'Dhivehi (Maldivian)'?
Originally I had all three names here but then I noticed that for at
least
On Wed, 2019-06-12 at 16:02 +0100, Marek Szuba wrote:
> All of these are supported by recent versions of app-text/tesseract.
> Checked against ISO-639 using the code tables from
> https://iso639-3.sil.org/ .
>
> Signed-off-by: Marek Szuba
> ---
> profiles/desc/l10n.desc | 14 ++
> 1
All of these are supported by recent versions of app-text/tesseract.
Checked against ISO-639 using the code tables from
https://iso639-3.sil.org/ .
Signed-off-by: Marek Szuba
---
profiles/desc/l10n.desc | 14 ++
1 file changed, 14 insertions(+)
diff --git a/profiles/desc/l10n.desc
Hi,
+ # update the comment
+ case ${CHOST} in
+ *-freebsd*|*-dragonfly*)
+ pw usermod "${euser}" -c "${ecomment}" && return 0
+ [[ $? == 8 ]] && eerror "${euser} is in use, cannot update
comment"
+ eerror "There was an error when atte
10 matches
Mail list logo