From 3f95c8572ce3c94b1ac4f2040ed803efbe974308 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Mon, 23 Nov 2009 08:55:27 +0500 Subject: Mainfile: Fixed some comments. --- prosody | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'prosody') diff --git a/prosody b/prosody index ae9cd2fc..8dd37f30 100755 --- a/prosody +++ b/prosody @@ -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 -- cgit v1.2.3