mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Note problems with vi core dumping for a comple of days, plus
workaround.
This commit is contained in:
parent
a4401cc62f
commit
63c90c9e57
1 changed files with 9 additions and 0 deletions
9
UPDATING
9
UPDATING
|
|
@ -5,6 +5,15 @@ directly to him. See end of file for further details. For commonly
|
|||
done items, please see the end of the file. Search for 'COMMON
|
||||
ITEMS:'
|
||||
|
||||
20010101:
|
||||
ex and vi were broken by some changes to sys/queue.h. If you
|
||||
have a bad vi, you will see make buildworld fail with a core
|
||||
dump wile building termcap. You can work around this problem
|
||||
by adding -k to your make buildworld. This will cause the
|
||||
build to complete and install a new vi. Once that's done, you
|
||||
can rebuild again without the -k to pick up anything that
|
||||
might have been ignored by the -k option.
|
||||
|
||||
20001218:
|
||||
Linksys Fast Ethernet PCCARD cards supported by the ed driver
|
||||
now require the addition of flag 0x80000 to their config line
|
||||
|
|
|
|||
Loading…
Reference in a new issue