(file) Return to main.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/main.c between version 1.1.4.3 and 1.1.4.4

version 1.1.4.3, 2007/03/30 00:34:59 version 1.1.4.4, 2007/04/06 00:22:31
Line 298 
Line 298 
     if (DefineConfigPathMacro("crlStore", "crl") != 0)     if (DefineConfigPathMacro("crlStore", "crl") != 0)
         Fatal(FL, "missing \"crlStore\" configuration parameter.");         Fatal(FL, "missing \"crlStore\" configuration parameter.");
  
     /* Define ${policyConfigFilePath} */  
     {  
         char path[EXECUTOR_BUFFER_SIZE];  
   
         if (GetHomedPath(PEGASUS_POLICY_CONFIG_FILE_PATH, path) != 0)  
         {  
             Fatal(FL, "GetHomedPath() failed on \"%s\"",  
                 PEGASUS_POLICY_CONFIG_FILE_PATH);  
         }  
   
         DefineMacro("policyConfigFilePath", path);  
     }  
   
     /* Define ${privilegedUser} */     /* Define ${privilegedUser} */
  
     DefineMacro("privilegedUser", "root");     DefineMacro("privilegedUser", "root");


Legend:
Removed from v.1.1.4.3  
changed lines
  Added in v.1.1.4.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2