summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-10-25 17:44:14 +0200
committerTomas Bzatek <tbzatek@redhat.com>2013-10-29 14:34:53 +0100
commitfd999feb7387941a1af16c777a5d83b50d79bad1 (patch)
tree363632c3b86cbf8dff2e0232f0d1ac81f4cc472e /mof
parent6214d015849713f3e91ae33d6c0bfb97de089021 (diff)
downloadopenlmi-providers-fd999feb7387941a1af16c777a5d83b50d79bad1.tar.gz
openlmi-providers-fd999feb7387941a1af16c777a5d83b50d79bad1.tar.xz
openlmi-providers-fd999feb7387941a1af16c777a5d83b50d79bad1.zip
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.
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Journald.mof2
1 files changed, 1 insertions, 1 deletions
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
{
};