From 933daf66e80fc484a9c978c320f914c00853b187 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 17 Feb 2025 13:08:38 +0100 Subject: [PATCH] readutmp, boot-time: Improve documentation. * DEPENDENCIES: Mention requirements of 'readutmp' and 'boot-time'. --- ChangeLog | 5 +++++ DEPENDENCIES | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index e39f65cb3c..37bfdba5a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-02-17 Bruno Haible + + readutmp, boot-time: Improve documentation. + * DEPENDENCIES: Mention requirements of 'readutmp' and 'boot-time'. + 2025-02-16 Bruno Haible realloc: Fix link error in C++ mode on CentOS 5 (regression 2024-11-04). diff --git a/DEPENDENCIES b/DEPENDENCIES index fa3bbeb626..155101349b 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -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). -- 2.39.5