The 'uptime' module is no longer helpful for the coreutils 'uptime' program. So, we can deprecate it.
2023-08-18 Bruno Haible <[email protected]> uptime: Deprecate. Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-coreutils/2023-08/msg00070.html>. * modules/uptime (Status, Notice): New sections. diff --git a/modules/uptime b/modules/uptime index 93c5f4ae52..8f184512bc 100644 --- a/modules/uptime +++ b/modules/uptime @@ -1,6 +1,13 @@ Description: Test whether /proc/uptime might exist. +Status: +deprecated + +Notice: +This module is deprecated because the "uptime" that it helps finding does +not include VM saved/sleep time. Use the module 'boot-time' instead. + Files: m4/uptime.m4
