]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslogins: ignore special long options in CI CHECK
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 06:03:02 +0000 (01:03 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 1 Jan 2026 03:50:03 +0000 (22:50 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
login-utils/lslogins.c

index 96d0299c638a4d63b5e337b5f258b216bb555ab9..cbcd0187388017a3049f6b27acb6f2656ee3a48a 100644 (file)
@@ -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  }
        };