]> git.ipfire.org Git - thirdparty/systemd.git/commit
install: include full type name in special UnitFilePresetMode values 25002/head
authorLennart Poettering <lennart@poettering.net>
Fri, 14 Oct 2022 09:12:19 +0000 (11:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 14 Oct 2022 09:41:32 +0000 (11:41 +0200)
commitb364c4de6289003e5f431f865a0ded73f44f6f29
tree5b22e0f6ad5a0e1d7b5dbae098f80ce4a0ac5174
parentf8662fee2fac735385dc060f1435e4af5327138d
install: include full type name in special UnitFilePresetMode values

Typically the _MAX and _INVALID special enum values use the full type as
prefix, even if the actual values of the enum might not. Let's follow
this rule here too.
src/shared/install.c
src/shared/install.h
src/systemctl/systemctl.c
src/test/test-tables.c