chiark / gitweb /
units: rename fsck@.service to systemd-fsck@.service
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2012 11:47:45 +0000 (13:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2012 12:28:50 +0000 (14:28 +0200)
commit93a1d735aca5584a005d851f12cb0b8c7bb5e5ca
treec8bdb7467ffab4f8897f91ccd15a875df538d882
parentca6b98ae21114064b57889a90561d86785223c4e
units: rename fsck@.service to systemd-fsck@.service

The rule is that units that encapsulate our own code are prefixed with
"systemd-". Since the fsck units invoke our own code, hence add the
missing prefix. Since a long long time the fsck units didn't invoke the
naked fsck binaries anymore, and it is unlikely that this well ever
change. On the opposite: the code in systemd-fsck will probably get more
complex over time to handle fsck progress to plymouth forwarding.

Same for quotacheck (but not quotaon!)
Makefile.am
man/kernel-command-line.xml
src/core/mount.c
src/core/special.h
units/.gitignore
units/quotaon.service
units/systemd-fsck-root.service.in [moved from units/fsck-root.service.in with 100% similarity]
units/systemd-fsck@.service.in [moved from units/fsck@.service.in with 100% similarity]
units/systemd-quotacheck.service.in [moved from units/quotacheck.service.in with 100% similarity]
units/systemd-remount-fs.service.in