Lines Matching full:automatic
388 # whose gid is -1 (automatic), so that, if a group is defined both with
389 # a specified gid and an automatic gid, we ensure the specified gid is
390 # used, rather than a different automatic gid is computed.
392 # First, create all the main groups which gid is *not* automatic
395 [ ${gid} -ge 0 ] || continue # Automatic gid
399 # Then, create all the main groups which gid *is* automatic
402 [ ${gid} -eq -1 ] || continue # Non-automatic gid
419 # the same user, one with an automatic uid, the other with a specified
423 # Now, add users whose uid is *not* automatic
427 [ ${uid} -ge 0 ] || continue # Automatic uid
432 # Finally, add users whose uid *is* automatic
436 [ ${uid} -eq -1 ] || continue # Non-automatic uid