summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-03 10:08:12 +0000
committerdes <des@FreeBSD.org>2004-10-03 10:08:12 +0000
commitbe3092c71a0cdee4a55a55a32cb1615859fbabd9 (patch)
tree39ac565f2ebba024038403ef2ac0666d782c9f75 /UPDATING
parentf86c038b961feecc20aae9706e8c37621d4db570 (diff)
downloadFreeBSD-src-be3092c71a0cdee4a55a55a32cb1615859fbabd9.zip
FreeBSD-src-be3092c71a0cdee4a55a55a32cb1615859fbabd9.tar.gz
Document how to set up libmap.conf to deal with the library version bump.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2f21c09..818cfca 100644
--- a/UPDATING
+++ b/UPDATING
@@ -38,6 +38,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
have all your ports/packages rebuilt before removing the old
libraries.
+ As a temporary measure, if you do not have any 4.X executables,
+ you can add the following lines to /etc/libmap.conf to force
+ 5.X executables to use the new libraries:
+
+ libhistory.so.4 libhistory.so.5
+ libm.so.2 libm.so.3
+ libopie.so.2 libopie.so.3
+ libpcap.so.2 libpcap.so.3
+ libreadline.so.4 libreadline.so.5
+
20040929:
The pfil API has gained an additional argument to pass an inpcb.
You should rebuild all pfil consuming modules: ipfw, ipfilter
OpenPOWER on IntegriCloud