* libmisc/find_new_gid.c, libmisc/find_new_uid.c: For system

accounts, return the first unused ID, starting from the max value.
	This could be useful later to increase the static IDs range.
This commit is contained in:
nekral-guest
2009-04-11 16:00:45 +00:00
parent 8d136297c4
commit ca1bb50c24
4 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2009-04-11 Peter Vrabec <pvrabec@redhat.com>
* libmisc/find_new_gid.c, libmisc/find_new_uid.c: For system
accounts, return the first unused ID, starting from the max value.
This could be useful later to increase the static IDs range.
2009-04-11 Peter Vrabec <pvrabec@redhat.com>
* NEWS, src/useradd.c, man/useradd.8.xml: add -Z option to map