]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix comment 33126/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 May 2024 13:34:23 +0000 (15:34 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 31 May 2024 11:34:58 +0000 (13:34 +0200)
meson.build

index f17c8798ccb3c469d453363cb84e184a5daa9ddc..2c37139dc8e06e6501af53c504833d3ea165ba42 100644 (file)
@@ -942,7 +942,7 @@ foreach option : ['adm-gid',
         name = option.underscorify().to_upper()
         val = get_option(option)
 
-        # Ensure provided GID argument is numeric, otherwise fall back to default assignment
+        # Ensure provided GID argument is positive, otherwise fall back to default assignment
         conf.set(name, val > 0 ? val : '-')
         if val > 0
                 static_ugids += '@0@:@1@'.format(option, val)