mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
meson: fix comment
This commit is contained in:
parent
00d359e988
commit
822ee89b95
@ -942,7 +942,7 @@ foreach option : ['adm-gid',
|
|||||||
name = option.underscorify().to_upper()
|
name = option.underscorify().to_upper()
|
||||||
val = get_option(option)
|
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 : '-')
|
conf.set(name, val > 0 ? val : '-')
|
||||||
if val > 0
|
if val > 0
|
||||||
static_ugids += '@0@:@1@'.format(option, val)
|
static_ugids += '@0@:@1@'.format(option, val)
|
||||||
|
Loading…
Reference in New Issue
Block a user