From owner-freebsd-current Fri Mar 3 12:34: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 01C5737B667; Fri, 3 Mar 2000 12:33:57 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA41065; Fri, 3 Mar 2000 12:32:59 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Dmitry Valdov Cc: current@freebsd.org, jkh@freebsd.org Subject: Re: sysinstall mistake In-reply-to: Your message of "Thu, 02 Mar 2000 15:02:01 +0300." Date: Fri, 03 Mar 2000 12:32:59 -0800 Message-ID: <41062.952115579@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whoops, you are correct! Fixed. > Hello! > > Sure, I'm tracking. > There are two lines with USA_RESIDENT. First used when creating new > make.conf. Second one is used when updating existing make.conf. > You've fixed it only in first case. > Please look at the patch properly :) > > Dmitry. > > On Thu, 2 Mar 2000, Jordan K. Hubbard wrote: > > > Date: Thu, 02 Mar 2000 03:12:09 -0800 > > From: "Jordan K. Hubbard" > > To: Dmitry Valdov > > Cc: current@freebsd.org, jkh@freebsd.org > > Subject: Re: sysinstall mistake > > > > You need to track -current. I fixed this on: > > > > revision 1.155 > > date: 2000/02/24 08:28:06; author: jkh; state: Exp; lines: +2 -2 > > Do USA_RESIDENT properly. > > > > > > > Hi! > > > > > > Please commit it: > > > > > > > > > > > > --- release/sysinstall/config.c.old Tue Feb 29 23:56:47 2000 > > > +++ release/sysinstall/config.c Tue Feb 29 23:56:55 2000 > > > @@ -386,7 +386,7 @@ > > > if (!strncmp(lines[i], "USA_RESIDENT", 12)) { > > > free(lines[i]); > > > lines[i] = malloc(21); /* big enough */ > > > - sprintf(lines[i], "USA_RESIDENT=\"%s\"\n", USAResident ? "YES" > > : "NO"); > > > + sprintf(lines[i], "USA_RESIDENT=%s\n", USAResident ? "YES" : "N > > O"); > > > } > > > } > > > } > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message