Date: Mon, 3 Jun 2002 14:06:36 -0700 From: Jordan K Hubbard <jkh@queasyweasel.com> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall dispatch.c Message-ID: <CA6AE0BB-7735-11D6-8E64-000393038CC8@queasyweasel.com> In-Reply-To: <200206031942.g53JgnS32179@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Woohoo! Sysinstall has a new maintainer! All hail John Baldwin, King of Sysinstall! ;) On Monday, Jun 3, 2002, at 12:42 US/Pacific, John Baldwin wrote: > jhb 2002/06/03 12:42:49 PDT > > Modified files: > usr.sbin/sysinstall dispatch.c > Log: > Fix handling of the 'noError' variable. According to the code > comments, > one can set the 'noError' variable to ignore any errors that occur > for the > next command. However, the code was only unsetting 'noError' when > an error > actually occurred, so if you set 'noError', the next command > completed ok, > and the command after that failed, the second command's failure > would be > ignored. This fixes this by performing the 'noError' check earlier > and > then unsetting 'noError' after every command that is run. > > Sponsored by: The Weather Channel > > Revision Changes Path > 1.42 +11 -12 src/usr.sbin/sysinstall/dispatch.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?CA6AE0BB-7735-11D6-8E64-000393038CC8>