diff options
author | pluknet <pluknet@FreeBSD.org> | 2012-01-09 20:25:14 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2012-01-09 20:25:14 +0000 |
commit | b714ea6bf98a62ea39dda7f963a30ed33c63ee74 (patch) | |
tree | 6cb262ca4b1b958d4b7822a9e75aa67b43f78cb6 /sys/boot/forth/support.4th | |
parent | 0577b44f7395fee798c50b2e4f6f24d717dabeb7 (diff) | |
download | FreeBSD-src-b714ea6bf98a62ea39dda7f963a30ed33c63ee74.zip FreeBSD-src-b714ea6bf98a62ea39dda7f963a30ed33c63ee74.tar.gz |
Get rid of a spurious warning on the console when booting the kernel
from the interactive loader(8) prompt and beastie_disable="YES" is set
in loader.conf(5). In this case menu.rc is not evaluated and consequently
menu-unset does not have a body yet. This results in the ficl warning
"menu-unset not found" when try-menu-unset invokes menu-unset.
Check for beastie_disable="YES" explicitly, so that the try-menu-unset
word will not attempt to invoke menu-unset because the menu will have
never been configured. [1]
Use the sfind primitive as a last resort as an additional safer approach
conjuring a foreign word safely. [2]
PR: kern/163938
Submitted by: Devin Teske [1]
Reviewed by: Devin Teske [2]
Reported and tested by: dim
MFC after: 1 week
X-MFC with: r228985
Diffstat (limited to 'sys/boot/forth/support.4th')
0 files changed, 0 insertions, 0 deletions