From: Sevan Janiyan Date: Wed, 14 Apr 2021 23:01:53 +0000 (+0100) Subject: meson.build: typo X-Git-Tag: v249-rc1~413 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b3e5104448ebfecd334c26dbdd3a8274440b1e;p=thirdparty%2Fsystemd.git meson.build: typo --- diff --git a/meson.build b/meson.build index fa929370bd5..6079bfe282c 100644 --- a/meson.build +++ b/meson.build @@ -802,7 +802,7 @@ if not meson.is_cross_build() id = id_result.stdout().to_int() if id != 65534 warning('\n' + - 'The local group with the configured group name "@0@" of the nobody group does not have UID 65534 (it has @1@).\n'.format(nobody_group, id) + + 'The local group with the configured group name "@0@" of the nobody group does not have GID 65534 (it has @1@).\n'.format(nobody_group, id) + 'Your build will result in an group table setup that is incompatible with the local system.') endif endif