From 865f5c11fa2f4ab2b840dc4756fbb6f741767f92 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 17 May 2021 02:59:57 +0100 Subject: [PATCH] default: monitor shred shred when used on block device can take a lot of time. adding shred to the default list of monitored proc names --- progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.c b/progress.c index b329023..24d35af 100644 --- a/progress.c +++ b/progress.c @@ -72,7 +72,7 @@ static int proc_names_cnt; static char **proc_names; char *default_proc_names[] = {"cp", "mv", "dd", "tar", "bsdtar", "cat", "rsync", "scp", - "grep", "fgrep", "egrep", "cut", "sort", "md5sum", "sha1sum", + "grep", "fgrep", "egrep", "cut", "shred", "sort", "md5sum", "sha1sum", "sha224sum", "sha256sum", "sha384sum", "sha512sum", #ifdef __FreeBSD__ "md5", "sha1", "sha224", "sha256", "sha512", "sha512t256", "rmd160",