summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-01-31 22:02:03 +0000
committertrhodes <trhodes@FreeBSD.org>2004-01-31 22:02:03 +0000
commite4c689ab4185a885c8fd3c0e0a424dad44666cf1 (patch)
tree544c0342a1947a96f33eda88dc65ca9446aa0380 /share
parent30133afb1d92cd7e6cfa50560d8d3bef7b1818ac (diff)
downloadFreeBSD-src-e4c689ab4185a885c8fd3c0e0a424dad44666cf1.zip
FreeBSD-src-e4c689ab4185a885c8fd3c0e0a424dad44666cf1.tar.gz
deischen had a good idea on how to make my previous commit a little better,
update accordingly. Suggested by: deischen
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/libmap.conf.513
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man5/libmap.conf.5 b/share/man/man5/libmap.conf.5
index db796b1..b89d2e4 100644
--- a/share/man/man5/libmap.conf.5
+++ b/share/man/man5/libmap.conf.5
@@ -71,23 +71,26 @@ changing symlinks.
#
# candidate mapping
#
-libpthread.so.5 libpthread.so.1 # Everything uses 'libpthread'
+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 libpthread.so # now uses 'libpthread'
+
[/usr/local/bin/mplayer] # 'mplayer' uses libc_r.
-libpthread.so.5 libc_r.so.5
+libpthread.so.1 libc_r.so.5
libpthread.so libc_r.so
[mplayer]
-libpthread.so.5 libc_r.so.5
+libpthread.so.1 libc_r.so.5
libpthread.so libc_r.so
[/usr/local/sbin/httpd] # Apache uses libthr
-libpthread.so.5 libthr.so.1
+libpthread.so.1 libthr.so.1
libpthread.so libthr.so
[httpd]
-libpthread.so.5 libthr.so.1
+libpthread.so.1 libthr.so.1
libpthread.so libthr.so
.Ed
.Sh FILES
OpenPOWER on IntegriCloud