summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-02-06 04:07:11 +0000
committerimp <imp@FreeBSD.org>2000-02-06 04:07:11 +0000
commit424fd4ee3bfe30d2b517b78891effe995526778d (patch)
tree1bf40f0edb1c7c9bc5404afbdef9a09cdc257371 /UPDATING
parente5f21c38e30491045aeeda37623a6de3da4f7cbd (diff)
downloadFreeBSD-src-424fd4ee3bfe30d2b517b78891effe995526778d.zip
FreeBSD-src-424fd4ee3bfe30d2b517b78891effe995526778d.tar.gz
Add libipsec shared version regression.
Add section on updating from 3.x Yet another attempt to explain xinstall problems Fix typos
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING36
1 files changed, 22 insertions, 14 deletions
diff --git a/UPDATING b/UPDATING
index 13dcf37..7ca2615 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:
OpenPOWER on IntegriCloud