From owner-cvs-all Sat Dec 1 5:13:43 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 AD62C37B41F; Sat, 1 Dec 2001 05:13:27 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB1DDRJ93220; Sat, 1 Dec 2001 05:13:27 -0800 (PST) (envelope-from matusita) Message-Id: <200112011313.fB1DDRJ93220@freefall.freebsd.org> From: Makoto MATSUSHITA Date: Sat, 1 Dec 2001 05:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall Makefile install.c options.c sysinstall.h 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 matusita 2001/12/01 05:13:27 PST Modified files: usr.sbin/sysinstall Makefile install.c options.c sysinstall.h Log: Remove kget() feature, which is removed from 5-current kernel. Since userconfig feature is implemented by tweaking variables (hint.*) with loader(8), we can put back an equivalent feature. Maybe the first step for this is to commit yokota-san's patch (add userconfig command for loader). Approved by: jkh Revision Changes Path 1.118 +2 -2 src/usr.sbin/sysinstall/Makefile 1.310 +0 -9 src/usr.sbin/sysinstall/install.c 1.77 +1 -3 src/usr.sbin/sysinstall/options.c 1.219 +0 -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