diff options
author | obrien <obrien@FreeBSD.org> | 2004-10-17 14:59:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-10-17 14:59:18 +0000 |
commit | e41071dc59ad8de27331a80c0e257f925fbb0cd7 (patch) | |
tree | 91e7c45c33b1142f6adf62f3087b6fa1e2f1befc /UPDATING | |
parent | 3cbb3acdbd778de334091ffccde4770b1897a34d (diff) | |
download | FreeBSD-src-e41071dc59ad8de27331a80c0e257f925fbb0cd7.zip FreeBSD-src-e41071dc59ad8de27331a80c0e257f925fbb0cd7.tar.gz |
Remove the suggestion to use libmap.conf to deal with the version bump.
People have a tendency to add things to libmap.conf and forget about them
(as we've seen in the mailing lists before).
The compat4x port should be used instead.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -52,16 +52,6 @@ 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 |