gnu: rasdaemon: Edit synopsis & description.

* gnu/packages/linux.scm (rasdaemon)[description]: Fix typo and edit.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-04 21:09:53 +02:00
parent 27ee59d6a0
commit 14173cf4e9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8088,9 +8088,10 @@ (define-public rasdaemon
(("^\\s*\\$\\(install_sh\\) -d .*@RASSTATEDIR@.*$") "")))))))
(build-system gnu-build-system)
(home-page "https://github.com/mchehab/rasdaemon")
(synopsis "Platform Reliability, Availability and Serviceability tools")
(description "The @code{rasdaemon} program is a daemon which monitors the
platform Reliablity, Availability and Serviceability (RAS) reports from the
Linux kernel trace events. These trace events are logged in
/sys/kernel/debug/tracing, reporting them via syslog/journald.")
(synopsis "Platform Reliability, Availability, and Serviceability tools")
(description
"The @code{rasdaemon} daemon monitors platform @acronym{RAS, Reliability,
Availability, and Serviceability} reports from Linux kernel trace events.
These trace events are logged in @file{/sys/kernel/debug/tracing} and reported
through standard log mechanisms like syslog.")
(license license:gpl2)))