1.374

id:TransFreeBSD:20041001#p2 から一部削除
http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/UPDATING.diff?r1=1.373&r2=1.374
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

commit log:
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.
$FreeBSD: src/UPDATING,v 1.374 2004/10/17 14:59:18 obrien Exp $