Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Mar 2020 18:24:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244640] [Patch][Lua loader] Implement missing "read-conf" 4th command
Message-ID:  <bug-244640-227-ZPU6Q763fi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244640-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244640-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244640

--- Comment #1 from Olivier Certner <olivier.freebsd@free.fr> ---
Sorry, missing text in 1. in original submission. Should read:

1. As this command is not built-in, it would normally have to obey Lua synt=
ax,
which forbids calling functions having a `-` in their name with the common
function call syntax. However, Lua loader's specific machinery handles the
first string in the command as the name of a function to call. So it is ind=
eed
possible to use "read-conf" by typing:
`"read-conf" "<conf_file_name>"`
at the loader prompt. Actually, "boot-conf" was already defined and could be
used this way.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244640-227-ZPU6Q763fi>