From owner-cvs-src@FreeBSD.ORG Tue Apr 8 11:04:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2124737B404; Tue, 8 Apr 2003 11:04:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C5343FA3; Tue, 8 Apr 2003 11:04:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h38I4V0U069445; Tue, 8 Apr 2003 11:04:31 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h38I4U7o069444; Tue, 8 Apr 2003 11:04:30 -0700 (PDT) Message-Id: <200304081804.h38I4U7o069444@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 8 Apr 2003 11:04:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libutil pw_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 18:04:32 -0000 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