| Summary: | 3.3-RELEASE /stand/sysinstall wants XF86331, dist has XF86335 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | jim <jim> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
jim
1999-09-21 22:40:01 UTC
I'm inclined to think that Jim just had a really weird corrupt floppy (maybe a corrupt floppy image?) where the 3rd LSB bit on one of the bytes was displaced. :-) Actually, it's not really that weird, and might be indicative of bad memory -- when I was compiling once on a machine with bad cache RAM, the program refused to link because a symbol name was corrupted on just one of the bits. I would think the same could happen between network and local disk, or perhaps disk image and floppy. In any event, the following diff illustrates that dist.c was, in fact, changed correctly for 3.3-RELEASE: http://www.freebsd.org/cgi/cvsweb.cgi/src/release/sysinstall/dist.c.diff?r1=1.132.2.11&r2=1.132.2.12 I recommend that Jim try a new set of floppies and this PR be closed. State Changed From-To: open->closed I have to agree with Matt on this one. :) |