Software /
code /
prosody
Comparison
util/startup.lua @ 10948:bebb384090b0
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 23 Jun 2020 15:17:35 +0200 |
parent | 10936:d770435f0f84 |
parent | 10947:801b9d5957a6 |
child | 11050:51be24b16e8a |
comparison
equal
deleted
inserted
replaced
10946:84441c19750e | 10948:bebb384090b0 |
---|---|
602 startup.init_gc(); | 602 startup.init_gc(); |
603 startup.sanity_check(); | 603 startup.sanity_check(); |
604 startup.sandbox_require(); | 604 startup.sandbox_require(); |
605 startup.set_function_metatable(); | 605 startup.set_function_metatable(); |
606 startup.check_dependencies(); | 606 startup.check_dependencies(); |
607 startup.init_logging(); | |
608 startup.load_libraries(); | 607 startup.load_libraries(); |
609 startup.setup_plugindir(); | 608 startup.setup_plugindir(); |
610 -- startup.setup_plugin_install_path(); | 609 -- startup.setup_plugin_install_path(); |
611 startup.setup_datadir(); | 610 startup.setup_datadir(); |
612 startup.chdir(); | 611 startup.chdir(); |