Package: debian-policy Version: 3.9.1.0 Severity: wishlist Tags: patch Dear all,
When reading footnote 51 of section 8.1.1, about ldconfig, I noticed that is not up to date because the libc5-compat paths are not in /etc/ld.so.conf anymore. I attached a patch that corrects this. Have a nice day, -- Charles Plessy Tsurumi, Kanagawa, Japan
>From a56681b4dac5a06e7a445f670f0b541e4b61a100 Mon Sep 17 00:00:00 2001 From: Charles Plessy <[email protected]> Date: Thu, 16 Sep 2010 20:12:01 +0900 Subject: [PATCH] libc5-compat paths are not in /etc/ld.so.conf anymore. --- policy.sgml | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/policy.sgml b/policy.sgml index edd1faf..135db58 100644 --- a/policy.sgml +++ b/policy.sgml @@ -5365,12 +5365,7 @@ Replaces: mail-transport-agent library directories of the dynamic linker (which are currently <file>/usr/lib</file> and <file>/lib</file>) or a directory that is listed in <file>/etc/ld.so.conf</file><footnote> - These are currently - <list compact="compact"> - <item>/usr/local/lib</item> - <item>/usr/lib/libc5-compat</item> - <item>/lib/libc5-compat</item> - </list> + Currently: <item>/usr/local/lib</item>. </footnote> must use <prgn>ldconfig</prgn> to update the shared library system. -- 1.7.1

