Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2001 17:28:26 -0700 (PDT)
From:      Murray Stokely <murray@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/sysinstall options.c
Message-ID:  <200109250028.f8P0SQt02874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <alex.neyman@auriga.ru>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109250028.f8P0SQt02874>