From b8207ab396785a5d63ada08a8116084f36cf45d7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 16 Aug 2009 03:47:31 +0200 Subject: =?UTF-8?q?mad:=20mad.conf=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mad.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mad.cpp') diff --git a/src/mad.cpp b/src/mad.cpp index 3e4883c..2a6b50a 100644 --- a/src/mad.cpp +++ b/src/mad.cpp @@ -39,10 +39,7 @@ using namespace Mad; int main() { Daemon::Application application; - application.getModuleManager()->loadModule("FileLogger"); - application.getModuleManager()->loadModule("SystemBackendPosix"); - application.getModuleManager()->loadModule("SystemBackendProc"); - + application.getConfigManager()->loadFile("mad.conf"); application.getConfigManager()->finish(); application.getRequestManager()->registerPacketType("Command"); -- cgit v1.2.3