svn commit: r359073 - head/stand/lua
Ryan Moeller
freqlabs at FreeBSD.org
Wed Mar 18 17:01:04 UTC 2020
Author: freqlabs
Date: Wed Mar 18 17:01:03 2020
New Revision: 359073
URL: https://svnweb.freebsd.org/changeset/base/359073
Log:
Fixup line lost from previous commit (r359072)
Reviewed by: kevans
Approved by: mav (mentor)
MFC after: 1 week
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D24115
Modified:
head/stand/lua/config.lua
Modified: head/stand/lua/config.lua
==============================================================================
--- head/stand/lua/config.lua Wed Mar 18 16:21:11 2020 (r359072)
+++ head/stand/lua/config.lua Wed Mar 18 17:01:03 2020 (r359073)
@@ -646,5 +646,6 @@ end
hook.registerType("config.loaded")
hook.registerType("config.reloaded")
+hook.registerType("kernel.loaded")
hook.registerType("modules.loaded")
return config
More information about the svn-src-head
mailing list