From 2f3197efb3f9dd74382d17c7bee038bdf592903a Mon Sep 17 00:00:00 2001 From: xHire Date: Tue, 29 Jul 2008 19:48:58 +0000 Subject: - the project was renamed from tuxanci-ng to tuxanci git-svn-id: http://opensvn.csie.org/tuxanci_ng@182 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/path.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/base/path.h') diff --git a/src/base/path.h b/src/base/path.h index 294e634..f547f69 100644 --- a/src/base/path.h +++ b/src/base/path.h @@ -14,20 +14,20 @@ #endif #ifndef PUBLIC_SERVER - #define PATH_DIR PREFIX "/share/tuxanci-ng/" + #define PATH_DIR PREFIX "/share/tuxanci/" #ifndef __WIN32__ - #define PATH_MODULES PREFIX "/lib/tuxanci-ng/" + #define PATH_MODULES PREFIX "/lib/tuxanci/" #else #define PATH_MODULES PREFIX "/bin/" #endif #else - #define PATH_DIR PREFIX "/share/tuxanci-ng-server/" + #define PATH_DIR PREFIX "/share/tuxanci-server/" #ifndef __WIN32__ - #define PATH_MODULES PREFIX "/lib/tuxanci-ng-server/" - #define SERVER_CONFIG "/etc/tuxanci-ng-server/server.conf" + #define PATH_MODULES PREFIX "/lib/tuxanci-server/" + #define SERVER_CONFIG "/etc/tuxanci-server/server.conf" #else #define PATH_MODULES PREFIX "/bin/" - #define SERVER_CONFIG PREFIX "/etc/tuxanci-ng-server/server.conf" + #define SERVER_CONFIG PREFIX "/etc/tuxanci-server/server.conf" #endif #endif -- cgit v1.2.3