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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to