From owner-cvs-all Sat Sep 22 11:11: 3 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 F1ED337B427; Sat, 22 Sep 2001 11:10:56 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MIAu292555; Sat, 22 Sep 2001 11:10:56 -0700 (PDT) (envelope-from murray) Message-Id: <200109221810.f8MIAu292555@freefall.freebsd.org> From: Murray Stokely Date: Sat, 22 Sep 2001 11:10:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall variable.c system.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 murray 2001/09/22 11:10:56 PDT Modified files: usr.sbin/sysinstall variable.c system.c sysinstall.h Log: Add a function to free all of sysinstall's internal variables from the environment. This fixes an annoying bug where hitting Ctrl-C and telling sysinstall to 'restart' will do no such thing since many of the options are still set and so you won't be prompted for them again. MFC after: 1 week Revision Changes Path 1.214 +2 -1 src/usr.sbin/sysinstall/sysinstall.h 1.114 +5 -2 src/usr.sbin/sysinstall/system.c 1.33 +33 -3 src/usr.sbin/sysinstall/variable.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message