mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fix some very minor cosmetic cruft I couldn't help tweaking when
I went over the code. Add shortcuts for addUser and addGroup, documenting same. Add a password field for adduser and use no-echo string field for it. This requires my latest libdialog changes (in RELENG_2_2 or -current) to work.
This commit is contained in:
parent
ae5b2dcf86
commit
d17f0c47d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20444
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ Syntax:
|
|||
|
||||
Where "var" can be one or more of:
|
||||
|
||||
addUser Add a new user to the system
|
||||
addGroup Add a new group to the system
|
||||
blanktime Screen blank time setting in seconds
|
||||
bootManager Select boot manager: booteasy, standard or none
|
||||
browserBinary Which doc browser to use (default: lynx)
|
||||
|
|
|
@ -9,6 +9,8 @@ Syntax:
|
|||
|
||||
Where "var" can be one or more of:
|
||||
|
||||
addUser Add a new user to the system
|
||||
addGroup Add a new group to the system
|
||||
blanktime Screen blank time setting in seconds
|
||||
bootManager Select boot manager: booteasy, standard or none
|
||||
browserBinary Which doc browser to use (default: lynx)
|
||||
|
|
Loading…
Reference in a new issue