From owner-cvs-all Thu Aug 2 8:26:51 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (unknown [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 1643937B403; Thu, 2 Aug 2001 08:26:45 -0700 (PDT) (envelope-from jkh@freebsd.org) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.4/8.11.4) with ESMTP id f72FPLa14475; Thu, 2 Aug 2001 08:25:21 -0700 (PDT) (envelope-from jkh@freebsd.org) To: rwatson@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h In-Reply-To: <200108020353.f723raK27277@freefall.freebsd.org> References: <200108020353.f723raK27277@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010802082521V.jkh@freebsd.org> Date: Thu, 02 Aug 2001 08:25:21 -0700 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 28 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 How does this dovetail with Andrey's stuff? From: Robert Watson Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h Date: Wed, 1 Aug 2001 20:53:36 -0700 (PDT) > rwatson 2001/08/01 20:53:36 PDT > > Modified files: > usr.sbin/sysinstall config.c menus.c sysinstall.h > Log: > Add the ability to modify /etc/ttys before first reboot during the > system installation process. This allows users installing via serial > console to enable serial console login during the installation > process using an un-customized install. The user is not prompted to > modify /etc/ttys during a normal install, but is offered the > opportunity during post-install configuration. > > - Introduce configTTYs(), which describes the benefits of editing > /etc/ttys, and asks for confirmation before spawning the editor. > - add configTTYs to the post-install configuration, as well as to > the global configuration index. > > Revision Changes Path > 1.185 +26 -1 src/usr.sbin/sysinstall/config.c > 1.312 +4 -1 src/usr.sbin/sysinstall/menus.c > 1.211 +2 -1 src/usr.sbin/sysinstall/sysinstall.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message