diff options
author | Waqas Hussain <waqas20@gmail.com> | 2009-11-23 08:55:27 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2009-11-23 08:55:27 +0500 |
commit | 3f95c8572ce3c94b1ac4f2040ed803efbe974308 (patch) | |
tree | ceabcb1ab737150ed39cb31da2e6e15354eb982d /prosody | |
parent | 889562f945cc57d19db944d6085fdfe5683dea5d (diff) | |
download | prosody-3f95c8572ce3c94b1ac4f2040ed803efbe974308.tar.gz prosody-3f95c8572ce3c94b1ac4f2040ed803efbe974308.zip |
Mainfile: Fixed some comments.
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 |