]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2scrub_all_cron: check to make sure e2scrub_all exists
authorTheodore Ts'o <tytso@mit.edu>
Sun, 21 Jul 2019 17:13:24 +0000 (13:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 21 Jul 2019 18:42:19 +0000 (14:42 -0400)
commit0f886f42c2a34e560b0ddb03b6ddc2873123bd00
tree726c2da840db5754d15d879ed9e05addf577e863
parent74d377b35ef7919583c509f34ae2c997df034663
e2scrub_all_cron: check to make sure e2scrub_all exists

Since e2scrub_all.cron is marked as a config file, it can hang around
after the package is removed, in which case e2scrub_all might not be
present.  So check to make sure e2scrub_all exists before trying to
execute it.

Addresses-Debian-Bug: #932622

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-by: Laurent Bigonville <bigon@debian.org>
scrub/e2scrub_all_cron.in