tog-pegasus/pegasus-2.9.0-cmpi-provider-lib.patch

14 lines
861 B
Diff
Raw Normal View History

2011-05-19 13:50:06 +00:00
diff -up pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h_orig pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h
--- pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h_orig 2011-05-17 15:13:43.331172383 +0200
+++ pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h 2011-05-17 15:15:34.672827232 +0200
@@ -60,8 +60,7 @@
{"crlStore", PEGASUS_SSL_SERVER_CRL},
2007-03-12 10:43:45 +00:00
# endif
{"repositoryDir", PEGASUS_REPOSITORY_DIR},
2011-05-19 13:50:06 +00:00
- {"providerDir", PEGASUS_EXTRA_PROVIDER_LIB_DIR PEGASUS_PROVIDER_LIB_DIR
- ":/usr/" PEGASUS_ARCH_LIB "/cmpi"},
+ {"providerDir", PEGASUS_PROVIDER_LIB_DIR ":" PEGASUS_DEST_LIB_DIR "/cmpi"},
2009-06-16 12:09:03 +00:00
{"providerManagerDir", PEGASUS_PROVIDER_MANAGER_LIB_DIR},
2007-03-12 10:43:45 +00:00
# else /* PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS */
{"traceFilePath", "/var/opt/tog-pegasus/cache/trace/cimserver.trc"},