[Pkg-shadow-devel] Re: Bug#351281: Duplicate uids not allowed, even with --non-unique

Alexander Gattin xrgtn at yandex.ru
Sun Feb 5 13:45:00 UTC 2006


Hi!

On Sat, Feb 04, 2006 at 02:08:24PM +0100, Nicolas François wrote:
> -	find_new_uid ();
> +	if (!oflg){
> +		/* first, seek for a valid uid to use for this user.
> +		 * We do this because later we can use the uid we found as
> +		 * gid too ... --gafton */
> +		find_new_uid ();
> +	}

or just:
> -	find_new_uid ();
> +	if (!oflg) find_new_uid ();
%)

both are equivalent, looks like your style is preferred
for Tomasz (I'm not sure).

2Christian: yes, this is upstream bug, but I don't know
since which version (I didn't have enough time for
investigation).

-- 
WBR,
xrgtn



More information about the Pkg-shadow-devel mailing list