summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-12-31 19:37:14 +0000
committerdteske <dteske@FreeBSD.org>2015-12-31 19:37:14 +0000
commitac84f941a7e91b97e1d1271f4523bda334b68a69 (patch)
tree4d8c5091a6adc86a81a554751d613071c1f932ca /sys/boot/forth
parente31d4ef62a674f2f74ac2d2e59487537a2d74ec6 (diff)
downloadFreeBSD-src-ac84f941a7e91b97e1d1271f4523bda334b68a69.zip
FreeBSD-src-ac84f941a7e91b97e1d1271f4523bda334b68a69.tar.gz
Remove supposition comment that code would better live elsewhere.
Thinking this through, and looking at process_assignment, I believe moving the code would be wrong considering that set_conf_files is called in one condition while set_nextboot_conf is guarded by a different condition of having nextboot_enable="YES". So these must stay separated and not combined. MFC after: 1 week
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/support.4th2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th
index 7812a9b..5a005b4 100644
--- a/sys/boot/forth/support.4th
+++ b/sys/boot/forth/support.4th
@@ -684,7 +684,7 @@ only forth also support-functions also file-processing definitions
s" loader_conf_files" getenv conf_files string=
;
-: set_nextboot_conf \ XXX maybe do as set_conf_files ?
+: set_nextboot_conf
value_buffer strget unquote nextboot_conf_file string=
;
OpenPOWER on IntegriCloud