commit | 5a0b723be3f4cec170cf925b51c5cdba52f7b0ad | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:39:11 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Jan 21 15:07:07 2024 -0800 |
tree | 4202dbf660b39ca49b03efd61804fd39a35bdaf3 | |
parent | 1de43b621932694ebb837d093e41afcf08232551 [diff] |
xfs_scrub_all.cron: move to package data directory cron jobs don't belong in /usr/lib. Since the cron job is also secondary to the systemd timer, it's really only provided as a courtesy for distributions that don't use systemd. Move it to @datadir@, aka /usr/share/xfsprogs. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Neal Gompa <neal@gompa.dev> Reviewed-by: Christoph Hellwig <hch@lst.de>