freebsd-src/usr.sbin/adduser
Mike Makonnen ac3cd4717c There are a couple of bugs in rev. 1.27:
1) The man page should describe the code, not the other way around.
2) Internal variables should not be documented or exposed, except in
   controlled circumstances (i.e. - That's what the -C flag is for).
   The variable should have been saved to the config file in save_config().
3) The next available userid doesn't get automatically updated. The
   end-result is the same (user gets added with the correct uid),
   but in an interactive session the default uid doesn't get updated in
   the display.

So,

o Use the uidstart variable instead of uuid (bug #3)
o Actually save the variable to adduser.conf (bug #2)
o (bug #1 to be fixed in an upcomming commit to adduser.conf.5)

MFC After: 2 weeks
2007-04-12 08:17:56 +00:00
..
adduser.8 Flush my typo fix queue for this directory. 2006-12-05 23:20:14 +00:00
adduser.conf.5 Assorted markup, grammar, and spelling fixes. 2004-06-13 18:03:44 +00:00
adduser.sh There are a couple of bugs in rev. 1.27: 2007-04-12 08:17:56 +00:00
Makefile Add an adduser.conf manual page. 2004-03-30 21:50:42 +00:00
rmuser.8 Flush my typo fix queue for this directory. 2006-12-05 23:20:14 +00:00
rmuser.sh Fix a particularly egregious grammar error. 2005-05-24 04:50:07 +00:00