meson: utempter del has no argument

This fixes an issue where we didn't record a logout record when using
the libutempter backend.
This commit is contained in:
Daniel Eklöf 2025-09-09 17:34:02 +02:00
parent 1d9ac3f611
commit 65528f455d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 2 deletions

View file

@ -53,7 +53,7 @@ if utmp_backend == 'none'
elif utmp_backend == 'libutempter'
utmp_add = 'add'
utmp_del = 'del'
utmp_del_have_argument = true
utmp_del_have_argument = false
if utmp_default_helper_path == 'auto'
utmp_default_helper_path = join_paths('/usr', get_option('libdir'), 'utempter', 'utempter')
endif