Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build-sys: perform autodetection of quota-tools binaries | Dave Reisner | 2012-09-11 | 1 | -1/+1 |
| | | | | | Use AC_PATH_PROG to try and locate the quotaon and quotacheck binaries, falling back on hardcoded defaults when they can't be found. | ||||
* | man: document quotacheck | Lennart Poettering | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | units: rename fsck@.service to systemd-fsck@.service | Lennart Poettering | 2012-06-25 | 1 | -0/+19 |
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!) |