diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-11-23 16:30:34 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-11-23 16:30:34 +0000 |
commit | 53979a7de7baea48ede8b2a45a58127ac645d86b (patch) | |
tree | c8914591d00ee172a3ea736513271afaecc75a08 /prosody | |
parent | 119d80071d6c91ed7d91237c6a7f9711adde8759 (diff) | |
parent | 82c595c85bd5ea8bf9dc116e3e1b9f01a56f8619 (diff) | |
download | prosody-53979a7de7baea48ede8b2a45a58127ac645d86b.tar.gz prosody-53979a7de7baea48ede8b2a45a58127ac645d86b.zip |
Merge with trunk
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,7 +14,7 @@ CFG_CONFIGDIR=os.getenv("PROSODY_CFGDIR"); CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR"); CFG_DATADIR=os.getenv("PROSODY_DATADIR"); --- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- +-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- if CFG_SOURCEDIR then package.path = CFG_SOURCEDIR.."/?.lua;"..package.path; @@ -82,13 +82,13 @@ function read_config() end function load_libraries() - --- Initialize logging + -- Initialize logging require "core.loggingmanager" - --- Check runtime dependencies + -- Check runtime dependencies require "util.dependencies" - --- Load socket framework + -- Load socket framework server = require "net.server" end |