Date: Tue, 8 Apr 2003 11:04:30 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil pw_util.c Message-ID: <200304081804.h38I4U7o069444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2003/04/08 11:04:30 PDT FreeBSD src repository Modified files: lib/libutil pw_util.c Log: Band-aid for the "^C kills the editor" problem. I haven't yet found the proper way to fix this. The way this works is to prepend "exec " to the editor command to eliminate the "shell in the middle" which prevents us from properly reawakening the editor after a SIGTSTP. PR: bin/50679 Revision Changes Path 1.29 +6 -10 src/lib/libutil/pw_util.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304081804.h38I4U7o069444>