generator: rename systemd-mkfs@.service to systemd-makefs@.service
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 21 Feb 2019 06:29:25 +0000 (07:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Feb 2019 09:59:27 +0000 (10:59 +0100)
commit804f8e1729e7663c75a88fcf0997539442b891d7
tree7e15977aff7a6ff5a355571ad585682bf84cb716
parent56ee4d7001a162a7a526a10482c3007a7115539f
generator: rename systemd-mkfs@.service to systemd-makefs@.service

The second name was used in documentation, and the first in the code that
generated the unit. 'systemd-makefs' is the name we want, for example for
consistency with the systemd-makefs executable.

In principle this breaks compatibility, but in practice this is unlikely to be
noticeable. Each instance of the unit is created by writing out a full
definition, so the template was never defined. So the name could only be used
for ordering, and there is not reason to order things against this unit from
the outside: the ordering would rather be against the final mount unit.

Fixes #11769.
src/shared/generator.c