From owner-freebsd-current@FreeBSD.ORG Fri Jun 17 21:49:17 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 2762716A41F for ; Fri, 17 Jun 2005 21:49:17 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBF743D53 for ; Fri, 17 Jun 2005 21:49:16 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 0A0301EC316 for ; Fri, 17 Jun 2005 23:49:15 +0200 (CEST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.3) with ESMTP id j5HLnBAW058827; Fri, 17 Jun 2005 23:49:12 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Steve Kargl From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 17 Jun 2005 14:46:58 PDT." <20050617214658.GA41804@troutmask.apl.washington.edu> Date: Fri, 17 Jun 2005 23:49:11 +0200 Message-ID: <58826.1119044951@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: freebsd-current@freebsd.org Subject: Re: 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:49:17 -0000 In message <20050617214658.GA41804@troutmask.apl.washington.edu>, Steve Kargl w rites: >On Fri, Jun 17, 2005 at 11:36:32PM +0200, Poul-Henning Kamp wrote: >> In message <20050617211950.GA41720@troutmask.apl.washington.edu>, Steve Kargl w >> rites: >> >I have taken mined(1) from DragonFlyBSD and integrated into the >> >FreeBSD source tree. >> >> man 1 ee >> > >troutmask:kargl[203] ldd /usr/bin/ee >/usr/bin/ee: > libncurses.so.5 => /lib/libncurses.so.5 (0x20063a000) > libc.so.6 => /lib/libc.so.6 (0x200795000) >troutmask:kargl[204] find /usr/src/rescue -name Make\* | xargs grep ncurses yes, and ? If you want a non-curses editor it's called ed(1). If you want a static curses editor, compile ee(1) -static. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.