mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21: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()
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user