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

Diff for /pegasus/src/Pegasus/Config/ProviderDirPropertyOwner.cpp between version 1.18 and 1.19

version 1.18, 2007/08/03 00:50:16 version 1.19, 2008/08/12 17:35:09
Line 110 
Line 110 
         path = temp.subString(0,pos);         path = temp.subString(0,pos);
         if (!FileSystem::isDirectory(path))         if (!FileSystem::isDirectory(path))
         {         {
             Logger::put_l(Logger::ERROR_LOG,System::CIMSERVER,              Logger::put(
                           Logger::SEVERE,                  Logger::ERROR_LOG,System::CIMSERVER, Logger::SEVERE,
                           "$0 is not a directory!",                           "$0 is not a directory!",
                           path);                           path);
             return false;             return false;
         }         }
         if (!FileSystem::canRead(path))         if (!FileSystem::canRead(path))
         {         {
             Logger::put_l(Logger::ERROR_LOG,System::CIMSERVER,              Logger::put(
                           Logger::SEVERE,                  Logger::ERROR_LOG,System::CIMSERVER, Logger::SEVERE,
                           "Cannot $0 is not readable!",                           "Cannot $0 is not readable!",
                           path);                           path);
             return false;             return false;
Line 127 
Line 127 
 #ifndef PEGASUS_OS_ZOS #ifndef PEGASUS_OS_ZOS
         if (FileSystem::canWrite(path))         if (FileSystem::canWrite(path))
         {         {
             Logger::put_l(Logger::ERROR_LOG,System::CIMSERVER,              Logger::put(
                           Logger::WARNING,                  Logger::ERROR_LOG,System::CIMSERVER, Logger::WARNING,
                           "$0 is writeable! Possible security risk.",                           "$0 is writeable! Possible security risk.",
                           path);                           path);
         }         }


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2