From 93a1d735aca5584a005d851f12cb0b8c7bb5e5ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Jun 2012 13:47:45 +0200 Subject: 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!) --- units/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'units/.gitignore') diff --git a/units/.gitignore b/units/.gitignore index bcbff337dd..6808d1c82e 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -12,9 +12,9 @@ systemd-sysctl.service systemd-ask-password-console.service rescue.service systemd-ask-password-wall.service -quotacheck.service -fsck@.service -fsck-root.service +/systemd-quotacheck.service +/systemd-fsck@.service +/systemd-fsck-root.service systemd-tmpfiles-clean.service systemd-tmpfiles-setup.service halt.service -- cgit v1.2.3-54-g00ecf