1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/usr.sbin/bsdconfig/startup/share
Devin Teske 641cb9ccd9 Fix a bug introduced by r251236; product of bug was the following error in
"Startup"->"View/Edit Startup Configuration"->"Add New"->"Add From List":

[: -eq: unexpected operator

NOTE: Previously mentioned in r251557

Problem caused by removal of $retval to capture exit status of call to
f_dialog_input_rclist().

While we're here, enhance f_dialog_input_rclist() to accept a default-item
to make selecting multiple values to-add more efficient.
2013-06-09 15:36:13 +00:00
..
Makefile
rcconf.subr Fix a bug introduced by r251236; product of bug was the following error in 2013-06-09 15:36:13 +00:00
rcedit.subr Similar to r251236, improve the portion of dialog(1) API in dialog.subr 2013-06-02 05:45:25 +00:00
rcvar.subr UI improvements. First, implement --default-item whenever and wherever 2013-04-22 05:52:06 +00:00