]> granicus.if.org Git - sysstat/commit
Fixed DTD document.
authorseb <seb@kluane.home>
Mon, 19 Nov 2012 20:48:40 +0000 (21:48 +0100)
committerseb <seb@kluane.home>
Mon, 19 Nov 2012 20:48:40 +0000 (21:48 +0100)
commit658838f62c4e5fff75949f58f4db4ee2df98d63f
tree903cc10287ece3c12a7f84916211e51b4d15b966
parent9bfa7dca715faf90f884fda490c08fb400fdac44
Fixed DTD document.

When computer has run all day without restart, XML output file
from sadf -x contains no boot elements.
So change DTD document accordingly (from <!ELEMENT restarts (boot+)>
to <!ELEMENT restarts (boot*)>).
XSD document is not updated, but its version number changes to remain
consistent with that of DTD document.

Bug reported by Peter Schiffer <pschiffe@redhat.com> 13/11/2012.
CHANGES
sadf.h
xml/sysstat-2.15.dtd [moved from xml/sysstat-2.14.dtd with 99% similarity]
xml/sysstat.xsd