freebsd-nq/usr.sbin/bsdconfig/share
Devin Teske 7079fc4e02 Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main
difference between these two functions:

	Usage: f_show_msg() $format_string [ $format_args ... ]
	Usage: f_dialog_msgbox() $text [ $hline ]

The former lends itself well to displaying the $msg_* i18n text, prompts,
etc. While the latter is better for text you do not control (error strings
captured as a response from external commands) -- or if you have to control
the hline.
2013-07-05 16:00:01 +00:00
..
media Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
packages Add the necessary code to uninstall packages (re-install still pending). 2013-07-05 06:52:07 +00:00
common.subr More whitespace. 2013-06-24 20:58:54 +00:00
device.subr More whitespace. 2013-06-24 20:58:54 +00:00
dialog.subr More whitespace. 2013-06-24 20:58:54 +00:00
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
mustberoot.subr Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main 2013-07-05 16:00:01 +00:00
script.subr Add the necessary code to uninstall packages (re-install still pending). 2013-07-05 06:52:07 +00:00
strings.subr Like r250701, introduce another handy function for truncating variables to a 2013-06-02 23:25:27 +00:00
struct.subr Import media selection/preparation framework (sysinstall inspired). Makes 2013-02-25 19:55:32 +00:00
sysrc.subr More whitespace. 2013-06-24 20:58:54 +00:00
variable.subr Add debugging for each of the initialized default variables. 2013-07-05 01:38:42 +00:00