diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 06:29:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-06 09:21:49 +0200 |
commit | de3825286ff91529c66a4d3847518e5d7cd45295 (patch) | |
tree | 4a7d1bdf7cc0e4a01a4d51014feb983aeb3e6caf | |
parent | ed139ee733db52c6f364d07bb4dc72385cfe8818 (diff) |
gnu: mcelog: Update description.
I believe that nowadays rasdaemon is a/the recommended alternative.
* gnu/packages/linux.scm (mcelog)[description]: Remove ‘required’.
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a9a281858e..db03160085 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5505,10 +5505,10 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.") (home-page "https://mcelog.org/") (synopsis "Machine check monitor for x86 Linux systems") (description - "The mcelog daemon is required by the Linux kernel to log memory, I/O, CPU, -and other hardware errors on x86 systems. It can also perform user-defined -tasks, such as bringing bad pages off-line, when configurable error thresholds -are exceeded.") + "The mcelog daemon logs memory, I/O, CPU, and other hardware errors on x86 +systems running the kernel Linux. It can also perform user-defined tasks, such +as bringing bad pages off-line, when configurable error thresholds are +exceeded.") (license license:gpl2))) (define-public mtd-utils |