Added rc script for the Validate AuthToken service.

This commit is contained in:
Juan Carlos Luciani
2006-09-14 23:42:57 +00:00
parent 5bec27ee66
commit ad42e4cc2e
6 changed files with 263 additions and 10 deletions

View File

@@ -48,8 +48,12 @@ pthread_mutex_t g_hModuleMutex = PTHREAD_MUTEX_INITIALIZER;
//
// Ipc client library path
//
//
#ifdef _LIB64
char IpcClientLibraryPath[] = "/usr/lib64/libcasa_c_ipc.so";
#else
char IpcClientLibraryPath[] = "/usr/lib/libcasa_c_ipc.so";
#endif
//++=======================================================================