From owner-freebsd-current@FreeBSD.ORG Fri Jun 17 21:19:51 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D1316A41C for ; Fri, 17 Jun 2005 21:19:51 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573C643D4C for ; Fri, 17 Jun 2005 21:19:51 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j5HLJpiq041758 for ; Fri, 17 Jun 2005 14:19:51 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j5HLJo3a041757 for freebsd-current@freebsd.org; Fri, 17 Jun 2005 14:19:50 -0700 (PDT) (envelope-from sgk) Date: Fri, 17 Jun 2005 14:19:50 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20050617211950.GA41720@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Replace /rescue/vi with mined(1) from DragonFlyBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 21:19:51 -0000 I have taken mined(1) from DragonFlyBSD and integrated into the FreeBSD source tree. This is a very lightweight full screen editor with builtin support for cons25 and xterm. Yes, it is limited in its capabilites compared with /rescue/vi, but saves use 360 kB of diskspace and it does not require a termcap file. In replacing /rescue/vi, I have installed /bin/mined, /rescue/mined, and /rescue/edit (as an alias to mined). The installation into /bin/mined is due to my limited understanding of the rescue/Makefile structure. If someone wants to eliminate /bin/mined, it's fine with me. Yes, I'm aware of PR bin/80256, but that appears to stalled in a state of limbo. I have a diff to src/bin and src/rescue if anyone is interested. -- Steve