K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-12-09T20:18:36.000000Z K 7 svn:log V 350 Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINT and SIGQUIT during shutdown", but rpc.umntall is also run at boot time, so ignoring these signals is a really bad idea: it makes it impossible to ^C the process as it waits for a server response. I can't see any reason to block these signals during shutdown either. MFC after: 3 days END