(file) Return to FixedPropertyTableLinux.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Config

Diff for /pegasus/src/Pegasus/Config/FixedPropertyTableLinux.h between version 1.33 and 1.34

version 1.33, 2006/09/29 17:38:14 version 1.34, 2006/11/14 18:34:50
Line 31 
Line 31 
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #if defined(PEGASUS_USE_RELEASE_DIRS) && defined(PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS)  #if defined(PEGASUS_USE_RELEASE_DIRS) && \
       defined(PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS)
 #include <Pegasus/Config/ProductDirectoryStructure.h> #include <Pegasus/Config/ProductDirectoryStructure.h>
 #endif #endif
  
Line 73 
Line 74 
     {"crlStore",            "/etc/opt/tog-pegasus/crl"},     {"crlStore",            "/etc/opt/tog-pegasus/crl"},
     {"repositoryDir",       PEGASUS_REPOSITORY_DIR},     {"repositoryDir",       PEGASUS_REPOSITORY_DIR},
 #if defined(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER) #if defined(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER)
     {"providerDir",         "/opt/tog-pegasus/providers/lib:/usr/" PEGASUS_ARCH_LIB "/cmpi"},      {"providerDir",         "/opt/tog-pegasus/providers/lib:/usr/"
                                   PEGASUS_ARCH_LIB "/cmpi"},
 #else #else
     {"providerDir",         "/opt/tog-pegasus/providers/lib"},     {"providerDir",         "/opt/tog-pegasus/providers/lib"},
 #endif #endif
Line 92 
Line 94 
     {"crlStore",            "/etc/opt/lsb-pegasus/crl"},     {"crlStore",            "/etc/opt/lsb-pegasus/crl"},
     {"repositoryDir",       PEGASUS_REPOSITORY_DIR},     {"repositoryDir",       PEGASUS_REPOSITORY_DIR},
 #if defined(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER) #if defined(PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER)
     {"providerDir",         "/opt/lsb-pegasus/providers:/usr/" PEGASUS_ARCH_LIB "/cmpi"},      {"providerDir",         "/opt/lsb-pegasus/providers:/usr/"
                                   PEGASUS_ARCH_LIB "/cmpi"},
 #else #else
     {"providerDir",         "/opt/lsb-pegasus/providers"},     {"providerDir",         "/opt/lsb-pegasus/providers"},
 #endif #endif
 #endif #endif
 #if !defined(PEGASUS_USE_RELEASE_CONFIG_OPTIONS) && !defined(PEGASUS_USE_RELEASE_DIRS)  #if !defined(PEGASUS_USE_RELEASE_CONFIG_OPTIONS) && \
       !defined(PEGASUS_USE_RELEASE_DIRS)
     {"bogus", "MyBogusValue"} // Remove this line if others are added     {"bogus", "MyBogusValue"} // Remove this line if others are added
 #endif #endif


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2