summaryrefslogtreecommitdiffstats
path: root/share/examples/bootforth/menuconf.4th
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-09-29 04:46:01 +0000
committerdcs <dcs@FreeBSD.org>1999-09-29 04:46:01 +0000
commit964d6c79dcf735286341680876bd0b715c55bff5 (patch)
tree72f1de35c671f5675c6c0daa68e0a633769ac5d7 /share/examples/bootforth/menuconf.4th
parent6a5ea9437a8341096c6e9970b79e2b12fc5c1ffe (diff)
downloadFreeBSD-src-964d6c79dcf735286341680876bd0b715c55bff5.zip
FreeBSD-src-964d6c79dcf735286341680876bd0b715c55bff5.tar.gz
Fixes a silly bug that somehow escaped my notice all these months.
Diffstat (limited to 'share/examples/bootforth/menuconf.4th')
-rw-r--r--share/examples/bootforth/menuconf.4th6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th
index 97efd5a..b154857 100644
--- a/share/examples/bootforth/menuconf.4th
+++ b/share/examples/bootforth/menuconf.4th
@@ -80,20 +80,20 @@
1 25 at-xy cr
." Loading /boot/stable.conf. Please wait..." cr
s" /boot/stable.conf" read-conf
- boot-conf
+ 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
+ boot-conf exit
then
dup 51 = if
drop
1 25 at-xy cr
." Proceeding with standard boot. Please wait..." cr
- boot-conf
+ boot-conf exit
then
dup 52 = if
drop
OpenPOWER on IntegriCloud