Comments and whitespace.

This commit is contained in:
dteske 2013-06-18 09:54:09 +00:00
parent 3b53c257c7
commit 71046be318
2 changed files with 2 additions and 3 deletions

View File

@ -124,7 +124,7 @@ f_dialog_backtitle "${ipgm:+bsdconfig }$pgm"
f_mustberoot_init
#
# Launch application main menu
# Launch application main menu (loop for additional `Help' button)
#
while :; do
dialog_menu_main

View File

@ -151,7 +151,7 @@ f_dialog_backtitle "${ipgm:+bsdconfig }$pgm"
f_mustberoot_init
#
# Launch application main menu
# Launch application main menu (loop for menu update after selection)
#
while :; do
dialog_menu_main || f_die
@ -166,7 +166,6 @@ while :; do
"3 [ ] $msg_nfs_port") # Same; Toggle value
f_sysrc_set nfs_reserved_port_only "YES";;
esac
done
exit $SUCCESS