diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-02-07 05:14:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-02-07 05:14:16 +0000 |
| commit | 92c9724fe4dbc9f2fb07506fe3362097819722fc (patch) | |
| tree | 32c62c4a659dc95423737a6ff1f3d4a8e7691f21 /UPDATING | |
| parent | 648c4d38226a910829043f53cbccc30dcf2aff2a (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING index 6d0191bc41f4f..3ea6576f62719 100644 --- a/UPDATING +++ b/UPDATING @@ -6,7 +6,18 @@ done items, please see the end of the file. Search for 'COMMON ITEMS:' 20000205: - The xinstall problem has been corrected. + The xinstall problem has kinda sorta been corrected. The + following is known to work by the author of UPDATING. It + is what he did to update his laptop. It is likely the same + effect as the work around listed in 20000129. + make buildworld + make installworld This will fail + cd usr.bin/xinstall + make clean all install NOSHARED=YES + cd ../.. + make installworld + If it doesn't work for you, then I'm sure that there will be + another 100 messages in -current. 20000204: libipsec version number changed from 2 to 0. The original |
