From: Christian Goeschel Ndjomouo Date: Thu, 25 Dec 2025 06:03:02 +0000 (-0500) Subject: lslogins: ignore special long options in CI CHECK X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e887eca9cdddae2f8430a7e5d0c57f8ef47f58;p=thirdparty%2Futil-linux.git lslogins: ignore special long options in CI CHECK Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/login-utils/lslogins.c b/login-utils/lslogins.c index 96d0299c6..cbcd01873 100644 --- a/login-utils/lslogins.c +++ b/login-utils/lslogins.c @@ -1669,10 +1669,10 @@ int main(int argc, char *argv[]) { "btmp-file", required_argument, 0, OPT_BTMP }, { "lastlog-file", required_argument, 0, OPT_LASTLOG }, #ifdef HAVE_LIBLASTLOG2 - { "lastlog2-file", required_argument, 0, OPT_LASTLOG2 }, + { "lastlog2-file", required_argument, 0, OPT_LASTLOG2 }, /* IGNORECHECK=yes */ #endif #ifdef HAVE_LIBSELINUX - { "context", no_argument, 0, 'Z' }, + { "context", no_argument, 0, 'Z' }, /* IGNORECHECK=yes */ #endif { NULL, 0, 0, 0 } };