freebsd-dev/usr.sbin/bsdconfig/usermgmt
Devin Teske fd3d4fec40 When the fall-back of a case-statement is the last thing executed in a
while-loop _and_ all prior matches in the same case-statement either break
or continue, we can safely break the fall-back out of the case-statement.
This should improve readability and allow for longer-lines by reducing the
level of indentation by-one for the fall-back case.
2013-06-20 05:48:08 +00:00
..
include Perform some code consolidation and add some additional error 2013-06-18 21:44:35 +00:00
share Curb another regression (this one introduced by r251545, itself trying to 2013-06-08 18:23:41 +00:00
groupadd Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
groupdel Remove extra whitespace lines. 2013-06-19 00:24:08 +00:00
groupedit When the fall-back of a case-statement is the last thing executed in a 2013-06-20 05:48:08 +00:00
groupinput Add a prompt to the "Add User" and "Add Group" sub-menu items (under the 2013-06-08 19:13:49 +00:00
INDEX Improve the INDEX format. Whitespace improvements, format improvements, typo 2013-06-18 08:15:56 +00:00
Makefile
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00
useradd Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
userdel When the fall-back of a case-statement is the last thing executed in a 2013-06-20 05:48:08 +00:00
useredit When the fall-back of a case-statement is the last thing executed in a 2013-06-20 05:48:08 +00:00
userinput Whitespace. 2013-06-19 18:32:18 +00:00
usermgmt Perform some code consolidation and add some additional error 2013-06-18 21:44:35 +00:00