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

Diff for /pegasus/src/Pegasus/Common/SystemUnix.cpp between version 1.95 and 1.96

version 1.95, 2005/02/05 22:59:24 version 1.96, 2005/02/14 21:15:33
Line 38 
Line 38 
 //              Amit K Arora (amita@in.ibm.com) for PEP101 //              Amit K Arora (amita@in.ibm.com) for PEP101
 //              David Dillard, VERITAS Software Corp. //              David Dillard, VERITAS Software Corp.
 //                  (david.dillard@veritas.com) //                  (david.dillard@veritas.com)
   //              Yi Zhou (yi.zhou@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 1184 
Line 1185 
 void System::openlog(const String ident) void System::openlog(const String ident)
 { {
 #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU)
     // ATTN: Hard-code the "cimserver" identifier until the infrastructure      char * ident_name = strdup(ident.getCString());
     // is set up to pass this as the "ident" string.      ::openlog(ident_name, LOG_PID, LOG_DAEMON);
     //::openlog(ident.getCString(), LOG_PID|LOG_CONS, LOG_DAEMON);  
     ::openlog("cimserver", LOG_PID, LOG_DAEMON);  
  
 #endif #endif
  


Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2