]> Savannah Git Hosting - gnulib.git/commitdiff
readutmp, boot-time: Improve documentation.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Feb 2025 12:08:38 +0000 (13:08 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Mar 2025 20:01:35 +0000 (21:01 +0100)
* DEPENDENCIES: Mention requirements of 'readutmp' and 'boot-time'.

ChangeLog
DEPENDENCIES

index e39f65cb3c1feea9ec90dd8ab58dc23e1b780176..37bfdba5a1335d1776ae96e8862631b2cfd484c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-02-17  Bruno Haible  <bruno@clisp.org>
+
+       readutmp, boot-time: Improve documentation.
+       * DEPENDENCIES: Mention requirements of 'readutmp' and 'boot-time'.
+
 2025-02-16  Bruno Haible  <bruno@clisp.org>
 
        realloc: Fix link error in C++ mode on CentOS 5 (regression 2024-11-04).
index fa3bbeb62667fe28c08d988778065d96947be0bf..155101349b367c9ee86b5462ecb16e31b226d352 100644 (file)
@@ -405,6 +405,18 @@ For module 'readline':
     + If it is installed in a nonstandard directory, pass the option
       --with-libreadline-prefix=DIR to 'configure'.
 
+For modules 'readutmp' and 'boot-time':
+  * systemd libraries
+    + Recommended if systemd >= 254 is present on the system.
+      Needed for fetching current status from systemd-logind instead of
+      from the file /var/run/utmp.
+    + Homepage:
+      https://systemd.io/
+    + Pre-built package name:
+       - On Debian and Debian-based systems: libsystemd-dev,
+       - On Red Hat distributions: systemd-devel.
+       - Other: https://repology.org/project/systemd/versions
+
 For modules 'terminfo' and 'termcap':
   * GNU ncurses (preferred)
     or libtermcap (discouraged) or a curses library (legacy).