From 893279a95640306f2e67a4bf69f519192c228362 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 3 Oct 2004 10:08:12 +0000 Subject: [PATCH] Document how to set up libmap.conf to deal with the library version bump. --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPDATING b/UPDATING index 2f21c098645..818cfca37ae 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 -- 2.45.2