From 13adee0994f4f177a6630077f298eafcb9c48169 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 19:40:46 +0000 Subject: - removed CompPath directive - changed component name to "" to force loading from local shared object - incorporated all code into one shared object --- tntconfig.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index 2036a46..040ae0b 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include "live.h" #include "setup.h" @@ -33,10 +34,9 @@ void TntConfig::WriteConfig() } // XXX modularize - file << "MapUrl ^/$ whats_on_now@libtnt-live" << endl; - file << "MapUrl /([^.]+)(\\..+)? $1@libtnt-live" << endl; + file << "MapUrl ^/$ whats_on_now@" << endl; + file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; - file << "CompPath " << LiveSetup().GetLibraryPath() << endl; Setup::IpList const& ips = LiveSetup().GetServerIps(); int port = LiveSetup().GetServerPort(); -- cgit v1.2.3