13 lines
809 B
Diff
13 lines
809 B
Diff
diff -up pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h.orig pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h
|
|
--- pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h.orig 2011-02-14 13:13:08.950012897 +0100
|
|
+++ pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h 2011-02-14 13:14:21.559049744 +0100
|
|
@@ -63,7 +63,7 @@
|
|
{"crlStore", PEGASUS_SSL_SERVER_CRL},
|
|
# endif
|
|
{"repositoryDir", PEGASUS_REPOSITORY_DIR},
|
|
- {"providerDir", PEGASUS_PROVIDER_LIB_DIR ":/usr/" PEGASUS_ARCH_LIB "/cmpi"},
|
|
+ {"providerDir", PEGASUS_PROVIDER_LIB_DIR ":" PEGASUS_DEST_LIB_DIR "/cmpi"},
|
|
{"providerManagerDir", PEGASUS_PROVIDER_MANAGER_LIB_DIR},
|
|
# else /* PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS */
|
|
{"traceFilePath", "/var/opt/tog-pegasus/cache/trace/cimserver.trc"},
|