summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-02-07 05:14:16 +0000
committerimp <imp@FreeBSD.org>2000-02-07 05:14:16 +0000
commit547bebdd5d50b7deb2638cb5fd1b23716a8af006 (patch)
tree065a9528f47e3d3375c9fcbdc29d85fb3f334445 /UPDATING
parenteb70be25c7a84f53a22e684eb6455de670fcc769 (diff)
downloadFreeBSD-src-547bebdd5d50b7deb2638cb5fd1b23716a8af006.zip
FreeBSD-src-547bebdd5d50b7deb2638cb5fd1b23716a8af006.tar.gz
Enshrine my own personal tantrum to the whole xinstall fiasco.
Inspired by: reading too much -current and updating my laptop accross the great divide.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 6d0191b..3ea6576 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
OpenPOWER on IntegriCloud