(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.2.12 and 1.1.2.13

version 1.1.2.12, 2007/01/12 22:48:47 version 1.1.2.13, 2007/01/17 18:48:53
Line 300 
Line 300 
  
     /* Define ${policyConfigFilePath} */     /* Define ${policyConfigFilePath} */
     {     {
         char path1[EXECUTOR_BUFFER_SIZE];          char path[EXECUTOR_BUFFER_SIZE];
         char path2[EXECUTOR_BUFFER_SIZE];  
  
         ExpandMacros("${currentConfigFilePath}", path1);          if (GetHomedPath(PEGASUS_POLICY_CONFIG_FILE_PATH, path) != 0)
         DirName(path1, path2);          {
         Strlcat(path2, "/cimserver_policy.conf", sizeof(path2));              Fatal(FL, "GetHomedPath() failed on \"%s\"",
                   PEGASUS_POLICY_CONFIG_FILE_PATH);
           }
  
         DefineMacro("policyConfigFilePath", path2);          DefineMacro("policyConfigFilePath", path);
     }     }
  
     /* Define ${privilegedUser} */     /* Define ${privilegedUser} */


Legend:
Removed from v.1.1.2.12  
changed lines
  Added in v.1.1.2.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2