aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-02-06 04:07:11 +0000
committerWarner Losh <imp@FreeBSD.org>2000-02-06 04:07:11 +0000
commit759f0aef12a770273db3ddccf051ad3c6f47e2a9 (patch)
tree61a0c25d6a098eb29ac5bf951ef0fc386d048a19 /UPDATING
parentea3ea274b1da60899c819be0d4754e391701d359 (diff)
downloadsrc-759f0aef12a770273db3ddccf051ad3c6f47e2a9.tar.gz
src-759f0aef12a770273db3ddccf051ad3c6f47e2a9.zip
Add libipsec shared version regression.
Add section on updating from 3.x Yet another attempt to explain xinstall problems Fix typos
Notes
Notes: svn path=/head/; revision=57006
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING36
1 files changed, 22 insertions, 14 deletions
diff --git a/UPDATING b/UPDATING
index 13dcf374ac7f..7ca261505f06 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,8 +5,18 @@ 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:'
+20000205:
+ The xinstall problem has been corrected.
+
+20000204:
+ libipsec version number changed from 2 to 0. The original
+ commit of Feb 3 incorrectly set this to 0. Remove
+ /usr/lib/libipsec.so.2* before the buildworld and rebuild
+ anything that uses libipsec.so after you install the new
+ version.
+
20000201:
- The rcmd related fucntions have been aligned with other BSD
+ The rcmd related functions have been aligned with other BSD
implementations. rlogind and rshd have been changed to use
the new API. A make world is recommended to keep them in sync
with the libraries they use.
@@ -16,18 +26,12 @@ ITEMS:'
20000129:
{set,get}flags have been added to the tree for rather dubious
- reasons. An unintended side effect of this is that you must
- rebuild install before the rest of the world. You need to
- build it static install before you make world:
+ reasons.
- cd src/usr.bin/xinstall
- make depend all install NOSHARED=yes
-
- If you encounter an error in installworld after doing a build
- world, then do the following:
- cd src/usr.bin/xinstall
- make install
- This issue may be resolved before 4.0 goes out.
+ IF AND ONLY IF installworld fails:
+ make -k -DNOFSCHG installworld
+ make installworld
+ This issue was resolved Feb 5, 2000.
20000125:
rcmd_af() is added for multiple address family support. rsh
@@ -577,7 +581,7 @@ COMMON ITEMS:
make depend all install clean
cd ../../usr.sbin/config
make depend all install clean
- cd ../../../sys/i386/conf
+ cd ../../sys/i386/conf
config YOUR_KERNEL_HERE
cd ../../compile/YOUR_KERNEL_HERE
make depend && make
@@ -596,7 +600,11 @@ COMMON ITEMS:
To rebuild everything
---------------------
- make world.
+ make world
+
+ To update from 3.x to 4.0 stable
+ --------------------------------
+ make world
FORMAT: