add /usr/lib/cmpi alternate providerLibDir support
This commit is contained in:
parent
cd7b63a9f7
commit
cb3743a21c
11
pegasus-2.5-add_cmpi_provider_lib.patch
Normal file
11
pegasus-2.5-add_cmpi_provider_lib.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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)
|
Loading…
Reference in New Issue
Block a user