From fd999feb7387941a1af16c777a5d83b50d79bad1 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 25 Oct 2013 17:44:14 +0200 Subject: journald: Alter the MOF file for proper class parseout With the recent change of the way classes are parsed out from MOF files (commit 6d439c392595) the keyword "class" needs to be at the very beginning of the line otherwise it gets ignored. --- mof/60_LMI_Journald.mof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mof/60_LMI_Journald.mof') diff --git a/mof/60_LMI_Journald.mof b/mof/60_LMI_Journald.mof index 09d0578..5d20fd8 100644 --- a/mof/60_LMI_Journald.mof +++ b/mof/60_LMI_Journald.mof @@ -221,6 +221,6 @@ class LMI_JournalRecordInLog: CIM_RecordInLog [ Version("0.4.1"), Provider("cmpi:cmpiLMI_Journald"), Indication ] - class LMI_JournalLogRecordInstanceCreationIndication: CIM_InstCreation +class LMI_JournalLogRecordInstanceCreationIndication: CIM_InstCreation { }; -- cgit