Date: Sun, 9 Dec 2001 12:18:36 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.umntall rpc.umntall.c Message-ID: <200112092018.fB9KIa251331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/12/09 12:18:36 PST Modified files: usr.sbin/rpc.umntall rpc.umntall.c Log: 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 Revision Changes Path 1.9 +1 -5 src/usr.sbin/rpc.umntall/rpc.umntall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112092018.fB9KIa251331>