From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 30 00:00:09 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B04271065676 for ; Fri, 30 Jul 2010 00:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76B6B8FC15 for ; Fri, 30 Jul 2010 00:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6U009QP074992 for ; Fri, 30 Jul 2010 00:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6U0098W074991; Fri, 30 Jul 2010 00:00:09 GMT (envelope-from gnats) Date: Fri, 30 Jul 2010 00:00:09 GMT Message-Id: <201007300000.o6U0098W074991@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Cc: Subject: Re: bin/30424: Generalization of vipw(8) to lock pwdb while being edited by a script X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 00:00:09 -0000 The following reply was made to PR bin/30424; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, alan@batie.org Cc: Subject: Re: bin/30424: Generalization of vipw(8) to lock pwdb while being edited by a script Date: Fri, 30 Jul 2010 01:50:55 +0200 Is there any reason you need a special option in vipw(8) to run (in effect) a different editor, when temporarily changing the EDITOR environment variable would do the same? Also, the pw(8) utility may be useful, allowing various modifications to the passwd database more easily. -- Jilles Tjoelker