Good thing about these examples is that no one uses them, so they can

stay broken for months without anyone noticing.

The boot-conf command was changed as to reproduce the behavior of builtin
loader words precisely. As a result, it now always need an argument, possibly
0 indicating that no other arguments are being passed. This broke in a
non-deterministic way (ie, it could go on working as if everything was fine).
This commit is contained in:
Daniel C. Sobral 2000-09-05 16:30:09 +00:00
parent d762e7af21
commit 8ac94f5119
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65480

View file

@ -80,20 +80,20 @@
1 25 at-xy cr
." Loading /boot/stable.conf. Please wait..." cr
s" /boot/stable.conf" read-conf
boot-conf exit
0 boot-conf exit
then
dup 50 = if
drop
1 25 at-xy cr
." Loading /boot/current.conf. Please wait..." cr
s" /boot/current.conf" read-conf
boot-conf exit
0 boot-conf exit
then
dup 51 = if
drop
1 25 at-xy cr
." Proceeding with standard boot. Please wait..." cr
boot-conf exit
0 boot-conf exit
then
dup 52 = if
drop