diff options
Diffstat (limited to 'package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c')
-rw-r--r-- | package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c b/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c new file mode 100644 index 000000000..333d35322 --- /dev/null +++ b/package/nfs-utils/patches/patch-utils_nfsstat_nfsstat_c @@ -0,0 +1,11 @@ +--- nfs-utils-1.3.0.orig/utils/nfsstat/nfsstat.c 2014-03-25 16:12:07.000000000 +0100 ++++ nfs-utils-1.3.0/utils/nfsstat/nfsstat.c 2014-05-17 21:57:15.697571551 +0200 +@@ -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], '/'))) |