diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-20 00:13:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-20 00:13:23 +0200 |
commit | 335aa753fa60ba0bb3c9fe679c761d5f1f3b1588 (patch) | |
tree | 69a152429abfaed7ac6fabd301577b15090375e2 /Makefile.am | |
parent | 6e8ebcc7de321bac0ba494365a85a19040654405 (diff) |
units: add missing fsck units
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9417b139e1..6cad9adc4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -208,8 +208,7 @@ dist_systemunit_DATA = \ units/smartcard.target \ units/systemd-readahead-done.timer \ units/systemd-tmpfiles-clean.timer \ - units/quotaon.service \ - units/quotacheck.service + units/quotaon.service nodist_systemunit_DATA = \ units/sysinit.target \ @@ -241,7 +240,8 @@ nodist_systemunit_DATA = \ units/reboot.service \ units/kexec.service \ units/fsck@.service \ - units/fsck-root.service + units/fsck-root.service \ + units/quotacheck.service dist_sessionunit_DATA = \ units/session/default.target \ @@ -283,6 +283,7 @@ EXTRA_DIST = \ units/session/exit.service.in \ units/fsck@.service.in \ units/fsck-root.service.in \ + units/quotacheck.service.in \ systemd.pc.in if TARGET_FEDORA |