FreeBSD Bugzilla – Attachment 212202 Details for
Bug 244640
[Patch][Lua loader] Implement missing "read-conf" 4th command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding "read-conf"
read-conf.patch (text/plain), 419 bytes, created by
Olivier Certner
on 2020-03-06 18:15:28 UTC
(
hide
)
Description:
Patch adding "read-conf"
Filename:
MIME Type:
Creator:
Olivier Certner
Created:
2020-03-06 18:15:28 UTC
Size:
419 bytes
patch
obsolete
>Index: stand/lua/cli.lua >=================================================================== >--- stand/lua/cli.lua (révision 358709) >+++ stand/lua/cli.lua (copie de travail) >@@ -125,6 +125,11 @@ > core.autoboot(argstr) > end > >+cli['read-conf'] = function(...) >+ local _, argv = cli.arguments(...) >+ config.processFile(assert(core.popFrontTable(argv))) >+end >+ > cli['reload-conf'] = function(...) > config.reload() > end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244640
: 212202 |
213909
|
214036