summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/rpc.umntall/rpc.umntall.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/rpc.umntall/rpc.umntall.c b/usr.sbin/rpc.umntall/rpc.umntall.c
index fd13850..17a5d0a 100644
--- a/usr.sbin/rpc.umntall/rpc.umntall.c
+++ b/usr.sbin/rpc.umntall/rpc.umntall.c
@@ -88,10 +88,6 @@ main(int argc, char **argv) {
argc -= optind;
argv += optind;
- /* Ignore SIGINT and SIGQUIT during shutdown */
- signal(SIGINT, SIG_IGN);
- signal(SIGQUIT, SIG_IGN);
-
/* Default expiretime is one day */
if (expire == 0)
expire = 86400;
OpenPOWER on IntegriCloud