From: Karel Zak Date: Thu, 11 Jul 2024 11:26:30 +0000 (+0200) Subject: agetty: add "systemd" to --version output X-Git-Tag: v2.42-start~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fc5b5af4bfea4e3115cddb2c1716b3120bb3d4f;p=thirdparty%2Futil-linux.git agetty: add "systemd" to --version output Signed-off-by: Karel Zak --- diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 275c59362..b28b197ff 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