summaryrefslogtreecommitdiff
path: root/src/base/path.h
diff options
context:
space:
mode:
authorxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-29 19:48:58 +0000
committerxHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-29 19:48:58 +0000
commit2f3197efb3f9dd74382d17c7bee038bdf592903a (patch)
tree1aa7e9773e6b2d03cee6ca6e3a2f2fbd2fac8ded /src/base/path.h
parent822fb942beb72b9a4eeb6346d9ae919d1da3a4ce (diff)
- the project was renamed from tuxanci-ng to tuxanci
git-svn-id: http://opensvn.csie.org/tuxanci_ng@182 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/path.h')
-rw-r--r--src/base/path.h12
1 files changed, 6 insertions, 6 deletions
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