[Johan Walles] > If you define at least one way of including a file by mistake I'll try > to come up with something.
I had a closer look at the results, and found what I thought ws false positives. I used this approach: % cut -d" " -f3- result-nolib.txt > nolib % cut -d" " -f3- result-withlib.txt > withlib % diff -u nolib withlib I found these additions. libc6-i686 /lib/i686/cmov/libc.so.6 <RECENT-CTIME> libssl0.9.8 /usr/lib/i686/cmov/libssl.so.0.9.8 A closer look demonstrated that neither file is updated by ldconfig, so they are not false positives. The rest of the new entries looked sane to me, so I am commiting this change to cvs. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

