Date: Wed, 1 Mar 2000 00:00:10 +0300 (MSK) From: Dmitry Valdov <dv@dv.ru> To: current@freebsd.org Cc: jkh@freebsd.org Subject: sysinstall mistake Message-ID: <Pine.BSF.3.95q.1000229235905.16529A-100000@xkis.kis.ru>
next in thread | raw e-mail | index | archive | help
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" : "NO"); } } } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.1000229235905.16529A-100000>