summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.8
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2007-04-12 08:17:56 +0000
committerMike Makonnen <mtm@FreeBSD.org>2007-04-12 08:17:56 +0000
commitdfbbbeecf10b41fbe6655d2e9b1581966cc6390e (patch)
tree3d29268c661092febd0996e016e7fe411994ee66 /adduser/adduser.8
parent0cec5f558853b5b18073595b3d78600d8152cedd (diff)
downloadpw-darwin-dfbbbeecf10b41fbe6655d2e9b1581966cc6390e.tar.gz
pw-darwin-dfbbbeecf10b41fbe6655d2e9b1581966cc6390e.tar.zst
pw-darwin-dfbbbeecf10b41fbe6655d2e9b1581966cc6390e.zip
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
Diffstat (limited to 'adduser/adduser.8')
0 files changed, 0 insertions, 0 deletions