(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.7 and 1.1.4.8

version 1.1.4.7, 2007/04/23 20:29:15 version 1.1.4.8, 2007/04/30 18:25:12
Line 268 
Line 268 
         DefineMacro("currentConfigFilePath", path);         DefineMacro("currentConfigFilePath", path);
     }     }
  
       /* Define ${plannedConfigFilePath} */
       {
           char path[EXECUTOR_BUFFER_SIZE];
   
           if (GetHomedPath(PEGASUS_PLANNED_CONFIG_FILE_PATH, path) != 0)
           {
               Fatal(FL, "GetHomedPath() failed on \"%s\"",
                   PEGASUS_PLANNED_CONFIG_FILE_PATH);
           }
   
           DefineMacro("plannedConfigFilePath", path);
       }
   
     /* Define ${passwordFilePath} */     /* Define ${passwordFilePath} */
  
     if (DefineConfigPathMacro("passwordFilePath", "cimserver.passwd") != 0)     if (DefineConfigPathMacro("passwordFilePath", "cimserver.passwd") != 0)


Legend:
Removed from v.1.1.4.7  
changed lines
  Added in v.1.1.4.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2