summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-12-29 00:30:30 +0000
committerdteske <dteske@FreeBSD.org>2012-12-29 00:30:30 +0000
commit5a7a099d47bf0b3d475c97a12b7851ee5d34e6cc (patch)
treec6053125207278caa9645f56f8b3df8dee8ca4dd /usr.sbin/bsdconfig/share
parentd79ae350987bcf742fcc8a6c01e6b0eeabb41c6d (diff)
downloadFreeBSD-src-5a7a099d47bf0b3d475c97a12b7851ee5d34e6cc.zip
FreeBSD-src-5a7a099d47bf0b3d475c97a12b7851ee5d34e6cc.tar.gz
Comments.
Diffstat (limited to 'usr.sbin/bsdconfig/share')
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr
index 860ff04..f614be2 100644
--- a/usr.sbin/bsdconfig/share/dialog.subr
+++ b/usr.sbin/bsdconfig/share/dialog.subr
@@ -938,7 +938,7 @@ f_dialog_clear()
# f_dialog_info $info_text ...
#
# Throw up a dialog(1) infobox. The infobox remains until another dialog is
-# displayed or `dialog --clear' (or dialog_clear) is called.
+# displayed or `dialog --clear' (or f_dialog_clear) is called.
#
f_dialog_info()
{
@@ -1494,6 +1494,9 @@ f_dialog_init()
############################################################ MAIN
+#
+# Self-initialize unless requested otherwise
+#
f_dprintf "%s: DIALOG_SELF_INITIALIZE=[%s]" \
dialog.subr "$DIALOG_SELF_INITIALIZE"
case "$DIALOG_SELF_INITIALIZE" in
OpenPOWER on IntegriCloud