Signed-off-by: Natanael Copa <ncopa@xxxxxxxxxxxxxxx> --- utils/nfsstat/nfsstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfsstat/nfsstat.c b/utils/nfsstat/nfsstat.c index 70f8d10..3612bfe 100644 --- a/utils/nfsstat/nfsstat.c +++ b/utils/nfsstat/nfsstat.c @@ -336,7 +336,7 @@ main(int argc, char **argv) struct sigaction act = { .sa_handler = unpause, - .sa_flags = SA_ONESHOT, + .sa_flags = SA_RESETHAND, }; if ((progname = strrchr(argv[0], '/'))) -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html