From: Frantisek Sumsal Date: Thu, 7 Dec 2023 13:44:21 +0000 (+0100) Subject: analyze: dump system config files with highlighted sections/directives X-Git-Tag: v256-rc1~1545^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F30362%2Fhead;p=thirdparty%2Fsystemd.git analyze: dump system config files with highlighted sections/directives --- diff --git a/src/analyze/analyze-cat-config.c b/src/analyze/analyze-cat-config.c index 66bbbc11028..073bc940185 100644 --- a/src/analyze/analyze-cat-config.c +++ b/src/analyze/analyze-cat-config.c @@ -35,7 +35,7 @@ int verb_cat_config(int argc, char *argv[], void *userdata) { } else t = *arg; - r = conf_files_cat(arg_root, t, arg_cat_flags); + r = conf_files_cat(arg_root, t, arg_cat_flags | CAT_FORMAT_HAS_SECTIONS); if (r < 0) return r; }