Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133358286
D14439.id39502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
384 B
Referenced Files
None
Subscribers
None
D14439.id39502.diff
View Options
Index: stand/lua/loader.lua
===================================================================
--- stand/lua/loader.lua
+++ stand/lua/loader.lua
@@ -29,6 +29,9 @@
config = require("config");
menu = require("menu");
password = require("password");
+if (lfs.attributes("/boot/lua/local.lua") ~= nil) then
+ local_module = require("local");
+end
config.load();
password.check();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 26, 4:25 AM (12 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24212002
Default Alt Text
D14439.id39502.diff (384 B)
Attached To
Mode
D14439: [RFC] stand/lua: Bring in local.lua module if it exists
Attached
Detach File
Event Timeline
Log In to Comment