From: Viktor M. <mih...@us...> - 2005-04-26 16:39:51
|
Update of /cvsroot/sblim/cmpi-base/mof In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27294/mof Modified Files: Linux_Base.registration Linux_BaseIndication.registration Log Message: Bug 1183788: added comments to registration file syntax and made the multi-registration file syntax more Makefile-friendly. Index: Linux_BaseIndication.registration =================================================================== RCS file: /cvsroot/sblim/cmpi-base/mof/Linux_BaseIndication.registration,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Linux_BaseIndication.registration 25 Apr 2005 17:07:28 -0000 1.1 +++ Linux_BaseIndication.registration 26 Apr 2005 16:39:40 -0000 1.2 @@ -1,3 +1,4 @@ +# Classname Namespace ProviderName ProviderModule ProviderTypes ... Linux_Processor root/cimv2 OSBase_ProcessorProvider cmpiOSBase_ProcessorProvider instance Linux_UnixProcess root/cimv2 OSBase_UnixProcessProvider cmpiOSBase_UnixProcessProvider instance Linux_ComputerSystem root/cimv2 OSBase_ComputerSystemProvider cmpiOSBase_ComputerSystemProvider instance Index: Linux_Base.registration =================================================================== RCS file: /cvsroot/sblim/cmpi-base/mof/Linux_Base.registration,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Linux_Base.registration 25 Apr 2005 17:07:28 -0000 1.1 +++ Linux_Base.registration 26 Apr 2005 16:39:40 -0000 1.2 @@ -1,3 +1,4 @@ +# Classname Namespace ProviderName ProviderModule ProviderTypes ... Linux_Processor root/cimv2 OSBase_ProcessorProvider cmpiOSBase_ProcessorProvider instance Linux_UnixProcess root/cimv2 OSBase_UnixProcessProvider cmpiOSBase_UnixProcessProvider instance Linux_ComputerSystem root/cimv2 OSBase_ComputerSystemProvider cmpiOSBase_ComputerSystemProvider instance |