summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-10-27 16:59:02 +0000
committerjhb <jhb@FreeBSD.org>2005-10-27 16:59:02 +0000
commit5da09e19375e739cfe4a6df1906f5829439049c4 (patch)
treeed957920b0c20f4d093e5be4f7e8cd6b842734a7 /share
parent31b39202701bc7c349b94a958647fc504a1ad9a6 (diff)
downloadFreeBSD-src-5da09e19375e739cfe4a6df1906f5829439049c4.zip
FreeBSD-src-5da09e19375e739cfe4a6df1906f5829439049c4.tar.gz
Update example libmap.conf file:
- Remove pointless examples that map libpthread to itself. - Update shared libraries for 6.0 bumps. Reported by: rwatson MFC after: 1 day
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/libmap.conf.513
1 files changed, 3 insertions, 10 deletions
diff --git a/share/man/man5/libmap.conf.5 b/share/man/man5/libmap.conf.5
index 98b65f7..4885df7 100644
--- a/share/man/man5/libmap.conf.5
+++ b/share/man/man5/libmap.conf.5
@@ -122,24 +122,17 @@ The libmap configuration file.
#
# candidate mapping
#
-libpthread.so.1 libpthread.so.1 # Everything uses 'libpthread'
-libpthread.so libpthread.so
-
-libc_r.so.5 libpthread.so.1 # Everything that uses 'libc_r'
+libc_r.so.6 libpthread.so.2 # Everything that uses 'libc_r'
libc_r.so libpthread.so # now uses 'libpthread'
[/tmp/mplayer] # Test version of mplayer uses libc_r
-libpthread.so.1 libc_r.so.5
+libpthread.so.2 libc_r.so.6
libpthread.so libc_r.so
-[mplayer] # All other mplayers use libpthread
-libpthread.so.1 libpthread.so.1
-libpthread.so libpthread.so
-
[/usr/local/jdk1.4.1/] # All Java 1.4.1 programs use libthr
# This works because "javavms" executes
# programs with the full pathname
-libpthread.so.1 libthr.so.1
+libpthread.so.2 libthr.so.2
libpthread.so libthr.so
# Glue for Linux-only EPSON printer .so to be loaded into cups, etc.
OpenPOWER on IntegriCloud