Date: Sat, 22 Sep 2001 11:10:56 -0700 (PDT) From: Murray Stokely <murray@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall variable.c system.c sysinstall.h Message-ID: <200109221810.f8MIAu292555@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109221810.f8MIAu292555>