Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [BUG] With --disable-dynamic-nss, not all functions calls are protected



> 2021/09/18 0:02、Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>のメール:
> 
> On Fri, Sep 17, 2021 at 1:46 AM Jun T <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>> 
>> Special parameter $usergroups can't be supported without NSS.
>> So the possibilities are:
>> (1) issue an error message when user try to use $usergroups
>> (2) do not issue an error but the parameter exists
>> (3) remove the parameter (remove from the table partab[])
>> The patch below uses (1), but I have no idea which is the best.
> 
> I think I'd go with (2) but add the new PM_DEFAULTED flag so that the
> parameter is permanently unset.

Do you suggest adding another configure flag?



Messages sorted by: Reverse Date, Date, Thread, Author