From owner-freebsd-questions Sun Jan 26 8:59:55 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A6A237B401 for ; Sun, 26 Jan 2003 08:59:54 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEFA143ED8 for ; Sun, 26 Jan 2003 08:59:48 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id h0QGxewc056376 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 26 Jan 2003 17:59:41 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Sun, 26 Jan 2003 17:59:40 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Petersen Cc: Paul Hoffman , Subject: RE: A vi for /bin? In-Reply-To: Message-ID: <20030126175854.L903-100000@foem.leiden.webweaving.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Assuming you have the object files from a buildworld hanging around, then > cd /usr/obj/usr/src/usr.bin/vi > cc -O -pipe -o vi *.o -lncurses -static && strip vi && mv vi /bin/ > should probably supply you with what you want. When using VI in such a situation I usually also use rc.diskless2 to create myself an environment with thing like /tmp|/var in mfs for tmp, cuuu0 lock files and the lot. Dw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message