Hi Chris,

I want to propose a little change to the lsblibchk tool:

lsblibchk does not search the lsb search path first.

I do not recall if there was a consensus, what this
search path is, but my proposal was /lib/lsb and /usr/lib/lsb.

The following patch reflects this change:

--- src/tests/libchk/libchk.c.orig      Tue Oct 30 11:14:57 2001
+++ src/tests/libchk/libchk.c   Tue Oct 30 11:15:34 2001
@@ -22,6 +22,8 @@
 #include "elfchk.h"
 
 char *libpaths[] = {
+       "/lib/lsb/%s",
+       "/usr/lib/lsb/%s",
        "/lib/%s",
        "/usr/lib/%s",
        "/usr/X11R6/lib/%s",

-- 
     ______   ___        
    /  ___/__/  /                 Caldera (Deutschland) GmbH          
   /  /_/ _  / /__        Naegelsbachstr. 49c, 91052 Erlangen, Germany 
  /_____/_/ /____/                  http://www.caldera.de       
 ==== /____/ =====   Dipl. Inf. Johannes Poehlmann, mail: [EMAIL PROTECTED]
Caldera OpenLinux    phone: ++49 9131 7192 335, fax: ++49 9131 7192 399

Reply via email to