mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
This commit is contained in:
parent
40c94e0168
commit
29a46b5320
1 changed files with 1 additions and 1 deletions
|
|
@ -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=
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue