From owner-cvs-all Mon Sep 24 17:28:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7913A37B42A; Mon, 24 Sep 2001 17:28:26 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8P0SQt02874; Mon, 24 Sep 2001 17:28:26 -0700 (PDT) (envelope-from murray) Message-Id: <200109250028.f8P0SQt02874@freefall.freebsd.org> From: Murray Stokely Date: Mon, 24 Sep 2001 17:28:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall options.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/24 17:28:26 PDT Modified files: usr.sbin/sysinstall options.c Log: Back out rev 1.74. This functionality causes a panic on 4.4-RELEASE floppies if you try to actually use it. This code will work fine if you build and use sysinstall on a running system, since you have the benefit of an installed termcap file. However, this code does not work on an MFSROOT, where you must set the TERMCAP environment variable properly. Unfortunately the quick fix of setting the TERMCAP variable doesn't seem to fix the problem either. olgeni will add this functionality back once it's been fully implemented (hopefully using the working code in termcap.c). PR: bin/30739 Submitted by: Alexey V. Neyman Discussed with / Pointy hat to: olgeni MFC after: 3 days Revision Changes Path 1.76 +1 -33 src/usr.sbin/sysinstall/options.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message