tog-pegasus/pegasus-2.5-add_cmpi_provider_lib.patch

12 lines
709 B
Diff

--- pegasus-2.5/src/Pegasus/Config/FixedPropertyTableLinux.h.add_cmpi_provider_lib 2005-10-03 17:15:32.000000000 -0400
+++ pegasus-2.5/src/Pegasus/Config/FixedPropertyTableLinux.h 2005-10-31 12:58:45.000000000 -0500
@@ -56,7 +56,7 @@
{"exportSSLTrustStore", "/etc/Pegasus/indication_trust"},
{"crlStore", "/etc/Pegasus/crl"},
{"repositoryDir", "/var/lib/Pegasus/repository"},
- {"providerDir", PEGASUS_DEST_LIB_DIR "/Pegasus/providers"},
+ {"providerDir", PEGASUS_DEST_LIB_DIR "/Pegasus/providers:" PEGASUS_DEST_LIB_DIR "/cmpi" },
{"messageDir", "/usr/share/locale"},
#endif
#if defined(PEGASUS_USE_RELEASE_DIRS) && defined(PEGASUS_OS_LSB)