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

Diff for /pegasus/src/Pegasus/Config/ConfigFile.cpp between version 1.34 and 1.35

version 1.34, 2008/12/02 09:01:24 version 1.35, 2009/01/22 09:02:19
Line 321 
Line 321 
                 _configFile,                 _configFile,
                 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)))    // set 0644                 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)))    // set 0644
         {         {
             throw CannotOpenFile(_configFile);              throw CannotChangeFilePerm(_configFile);
         }         }
     }     }
 #endif #endif
Line 404 
Line 404 
     if (!FileSystem::changeFilePermissions(_configFile,     if (!FileSystem::changeFilePermissions(_configFile,
         (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)))    // set 0644         (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)))    // set 0644
     {     {
         throw CannotOpenFile(_configFile);          throw CannotChangeFilePerm(_configFile);
     }     }
 # endif # endif
 #endif /* PEGASUS_ENABLE_PRIVILEGE_SEPARATION */ #endif /* PEGASUS_ENABLE_PRIVILEGE_SEPARATION */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2