freebsd-dev/usr.sbin/bsdconfig/startup
Devin Teske d7b85d2789 Fix a bug introduced with r251190, in which a small hunk was forgotten in
the performance conversion process.

The effect of this was the following error when selecting the menu
"Startup"->"View/Edit Startup Configuration"->"Add New"->"Add From List":

[: -eq: unexpected operator

By running `bsdconfig -d' as root to enable debugging, this turns into:

DEBUG: f_getvar: var=[text] value=[
Error: Expected a number for token 4 of --menu.
Use --help to list options.] r=0
[: -eq: unexpected operator

Indicating that the fourth token for --menu which should be $height was
instead a string (the first item of $menu_list) because it was using the
old size-calculation method and $size was now null (needed to use instead
the new size variables of $height $width and $rows).
2013-06-08 21:45:32 +00:00
..
include Lessen verbosity of "Exit" menutag items to appear more consistent across 2013-06-04 16:48:23 +00:00
share Fix a bug introduced with r251190, in which a small hunk was forgotten in 2013-06-08 21:45:32 +00:00
INDEX
Makefile
misc Remove extraneous characters ('<<<') from `Exit' menutag in the "Security" 2013-06-08 16:28:08 +00:00
rcadd Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
rcconf Lessen verbosity of "Exit" menutag items to appear more consistent across 2013-06-04 16:48:23 +00:00
rcdelete Fix a typo. In this case, the typo caused the f_noyes() invocation to 2013-06-02 23:23:29 +00:00
rcedit Centralize standard getopts arguments, both for convenience and to correct 2013-05-14 03:21:13 +00:00
rcvar Similar to r251236, r251242, and r251244. Introduce new function-pair to 2013-06-04 03:30:44 +00:00
startup Standardize the way functions build their arguments leading up to a dialog 2013-06-02 20:02:50 +00:00
USAGE Add new flags -d' (sets debug=1) and -D file' (sets debugFile) and 2013-04-22 05:02:34 +00:00