diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-02 17:28:30 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-11 01:43:48 +0200 |
commit | b51fc639f01ee6194af3e7e944a79accce474fe1 (patch) | |
tree | 66eecc6fd27a771a9d85cd79c5e05490de88df76 /units/.gitignore | |
parent | 742a862bb803641b78a40f6b498486397a321294 (diff) |
build-sys: perform autodetection of quota-tools binaries
Use AC_PATH_PROG to try and locate the quotaon and quotacheck binaries,
falling back on hardcoded defaults when they can't be found.
Diffstat (limited to 'units/.gitignore')
-rw-r--r-- | units/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/.gitignore b/units/.gitignore index de5117914d..74bff5431f 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -14,6 +14,7 @@ /rescue.service /systemd-ask-password-wall.service /systemd-quotacheck.service +/quotaon.service /systemd-fsck@.service /systemd-fsck-root.service /systemd-tmpfiles-clean.service |