From owner-cvs-all Mon Sep 24 3:16:27 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 69B6F37B403; Mon, 24 Sep 2001 03:16:24 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OAGOK34623; Mon, 24 Sep 2001 03:16:24 -0700 (PDT) (envelope-from murray) Message-Id: <200109241016.f8OAGOK34623@freefall.freebsd.org> From: Murray Stokely Date: Mon, 24 Sep 2001 03:16:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall variable.c sysinstall.h main.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 03:16:24 PDT Modified files: usr.sbin/sysinstall variable.c sysinstall.h main.c Log: Add a couple of functions to create persistent variables that will survive a sysinstall Ctrl-C -> 'Restart'. This fixes another annoying bug where restarting sysinstall will try to reload kernel modules and do other external things that have already been done. For now, use these persistent variables to keep track of module, usbd, and pccardd initialization. Bug found by: rwatson MFC after: 1 week Revision Changes Path 1.65 +17 -7 src/usr.sbin/sysinstall/main.c 1.216 +3 -1 src/usr.sbin/sysinstall/sysinstall.h 1.34 +38 -1 src/usr.sbin/sysinstall/variable.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message