]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
logger: ignore libsystemd-dependent long opt in CI CHECK
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 05:44:18 +0000 (00:44 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 1 Jan 2026 03:50:02 +0000 (22:50 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/logger.c

index 89fa4e8a31440daf3c2e3c60eaa1b9a85f514d70..61d1f3ccf935ff7f4e18f4767a2a12a349a9f600 100644 (file)
@@ -1175,7 +1175,7 @@ int main(int argc, char **argv)
                { "sd-id",         required_argument, 0, OPT_STRUCTURED_DATA_ID          },
                { "sd-param",      required_argument, 0, OPT_STRUCTURED_DATA_PARAM       },
 #ifdef HAVE_LIBSYSTEMD
-               { "journald",      optional_argument, 0, OPT_JOURNALD      },
+               { "journald",      optional_argument, 0, OPT_JOURNALD      },   /* IGNORECHECK=yes */
 #endif
                { NULL,            0,                 0, 0                 }
        };