diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-24 09:51:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-24 09:51:13 +0000 |
commit | 27cfb37a6c9bb427c267510bb927636e7b6d455d (patch) | |
tree | 3873396fc6fcc71ebccb71d690ccbea6cf2d6d54 /sbin | |
parent | 6c1dcc7e22459891c08b139870bc6882e9f2a26b (diff) |
let it die nice from SIGTERM; fvdl
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/nfsd/nfsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index c7608991255..6faa1305ea3 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsd.c,v 1.9 1997/09/05 18:29:34 deraadt Exp $ */ +/* $OpenBSD: nfsd.c,v 1.10 1999/02/24 09:51:12 deraadt Exp $ */ /* $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $ */ /* @@ -227,7 +227,6 @@ main(argc, argv, envp) (void)signal(SIGINT, SIG_IGN); (void)signal(SIGQUIT, SIG_IGN); (void)signal(SIGSYS, nonfs); - (void)signal(SIGTERM, SIG_IGN); } (void)signal(SIGCHLD, reapchild); |