summaryrefslogtreecommitdiff
path: root/src/quotacheck.c
AgeCommit message (Collapse)Author
2011-03-14container: skip a few things when we are run in a container such as ↵Lennart Poettering
accessing /proc/cmdline
2011-03-14util: return exit status in wait_for_terminate_and_warn()Lennart Poettering
2011-03-09dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering
2011-03-08build-sys: add Mandriva distribution supportsystemd/v20Andrey Borzenkov
This merges several separate patches that I carry as part of Mandriva systemd RPM. They touch those parts that are very unlikely to be changed in near future and do not impose any functionality change for systemd core. I also think it is useful for troubleshooting to have real distribution name in system logs, espicially when someone reports problem upstream. The patch looks bigger than sum of replaced patches because - previous patches were applied on top of distro=fedora, now I need to add all those bits for distro=mandriva as well - part of patch was done as spec file magic, but it seems more logical to ship all these bits together
2010-12-01src/quotacheck.c: Fix typoOzan Çağlayan
Fix quota misspelling in quotacheck.c Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
2010-10-19fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵Lennart Poettering
root dir
2010-10-19fsck: add initial version of fsck and quotacheck wrappersLennart Poettering