From: Karel Zak Date: Thu, 11 Jul 2024 11:26:30 +0000 (+0200) Subject: agetty: add "systemd" to --version output X-Git-Tag: archive/raspbian/2.40.2-9+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e18aeb016c321913a216594fdad546f08d9da245;p=util-linux.git agetty: add "systemd" to --version output Signed-off-by: Karel Zak Gbp-Pq: Topic upstream-master Gbp-Pq: Name agetty-add-systemd-to-version-output.patch --- diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 55d9a61..72c00e1 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -683,6 +683,9 @@ static void output_version(void) #ifdef USE_SYSLOG "syslog", #endif +#ifdef USE_SYSTEMD + "systemd", +#endif #ifdef HAVE_WIDECHAR "widechar", #endif