summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2018-03-23 18:57:22 -0700
committerTheodore Ts'o <tytso@mit.edu>2018-08-05 14:59:40 -0400
commita2df58945c232186c96ffa8958f555ed33965ff7 (patch)
treeec38d5ead15d3a05dc20e9ab09defbd11e44db79 /MCONFIG.in
parenta089aec341997945ad2906414c39c09761a788b7 (diff)
downloade2fsprogs-a2df58945c232186c96ffa8958f555ed33965ff7.tar.gz
e2scrub: add service (cron, systemd) support
Add the ability to run the e2scrub utilities as a periodically scheduled system service. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index adeb5bdd..ee83554c 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -32,9 +32,14 @@ man8dir = $(mandir)/man8
infodir = @infodir@
datadir = @datadir@
pkgconfigdir = $(libdir)/pkgconfig
+pkglibdir = $(libdir)/e2fsprogs
HAVE_UDEV = @have_udev@
UDEV_RULES_DIR = @pkg_udev_rules_dir@
+HAVE_CROND = @have_crond@
+CROND_DIR = @crond_dir@
+HAVE_SYSTEMD = @have_systemd@
+SYSTEMD_SYSTEM_UNIT_DIR = @systemd_system_unit_dir@
@SET_MAKE@