diff options
author | neilbrown <neilbrown> | 2003-07-02 06:51:21 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2003-07-02 06:51:21 +0000 |
commit | 0f41eb8945d8116d69297dbd0aa748c02d580d36 (patch) | |
tree | 66ae6052559d719ea421307bea22ab16cadc8516 /utils/mountd/mountd.c | |
parent | 182d7d59b5a9fdd43e74053ba779306eb7606b34 (diff) | |
download | nfs-utils-0f41eb8945d8116d69297dbd0aa748c02d580d36.tar.gz nfs-utils-0f41eb8945d8116d69297dbd0aa748c02d580d36.tar.xz nfs-utils-0f41eb8945d8116d69297dbd0aa748c02d580d36.zip |
See Changelog
Diffstat (limited to 'utils/mountd/mountd.c')
-rw-r--r-- | utils/mountd/mountd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index 3769c92..953891d 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -520,6 +520,7 @@ main(int argc, char **argv) sigaction(SIGHUP, &sa, NULL); sigaction(SIGINT, &sa, NULL); sigaction(SIGTERM, &sa, NULL); + sigaction(SIGPIPE, &sa, NULL); /* WARNING: the following works on Linux and SysV, but not BSD! */ sigaction(SIGCHLD, &sa, NULL); |