Date: Thu, 1 Apr 1999 05:27:37 -0800 (PST) From: Martin Cracauer <cracauer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c options.h sh.1 trap.c Message-ID: <199904011327.FAA69715@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cracauer 1999/04/01 05:27:36 PST Modified files: bin/sh eval.c options.h sh.1 trap.c Log: The immediate execution of traps I introduced in September 1998 (to make /etc/rc interruptible in cases when programs hang with blocked signals) isn't standard enough. It is now switched off by default and a new switch -T enables it. You should update /etc/rc to the version I'm about to commit in a few minutes to keep it interruptible. Revision Changes Path 1.16 +3 -2 src/bin/sh/eval.c 1.8 +4 -2 src/bin/sh/options.h 1.25 +13 -1 src/bin/sh/sh.1 1.18 +3 -2 src/bin/sh/trap.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?199904011327.FAA69715>