mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rasdaemon: Edit synopsis & description.
* gnu/packages/linux.scm (rasdaemon)[description]: Fix typo and edit.
This commit is contained in:
parent
27ee59d6a0
commit
14173cf4e9
1 changed files with 6 additions and 5 deletions
|
@ -8088,9 +8088,10 @@ (define-public rasdaemon
|
||||||
(("^\\s*\\$\\(install_sh\\) -d .*@RASSTATEDIR@.*$") "")))))))
|
(("^\\s*\\$\\(install_sh\\) -d .*@RASSTATEDIR@.*$") "")))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/mchehab/rasdaemon")
|
(home-page "https://github.com/mchehab/rasdaemon")
|
||||||
(synopsis "Platform Reliability, Availability and Serviceability tools")
|
(synopsis "Platform Reliability, Availability, and Serviceability tools")
|
||||||
(description "The @code{rasdaemon} program is a daemon which monitors the
|
(description
|
||||||
platform Reliablity, Availability and Serviceability (RAS) reports from the
|
"The @code{rasdaemon} daemon monitors platform @acronym{RAS, Reliability,
|
||||||
Linux kernel trace events. These trace events are logged in
|
Availability, and Serviceability} reports from Linux kernel trace events.
|
||||||
/sys/kernel/debug/tracing, reporting them via syslog/journald.")
|
These trace events are logged in @file{/sys/kernel/debug/tracing} and reported
|
||||||
|
through standard log mechanisms like syslog.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue