Here is a very ugly script that will show you which files are owned by many 
packages.

  - It's ugly (hell, it's even perl :)
  - I did not expected so much results
  - The results are difficult to understand
  - It will consume your disk throughout

  But it's there, so if you want to give it a shot, i advise you to
invoke it using :
nice -n 20 package-conflicts --restrict=sbin --restrict=bin --restrict=lib | 
tee conflicts.log

  The output is made of two parts :
    - the first shows for each file its respective packages
    - the second shows for each package its conflict count.
  Surely, only conflicting packages and files are shown.

   For those who wonder, it does its job looking in /var/db/pkg/*/*/CONTENTS.

  May it help :p

-- 
"Religion is something left over from the infancy of our intelligence, it will
fade away as we adopt reason and science as our guidelines."
-- Bertrand Russell

Attachment: package-conflicts
Description: Perl program

--
[EMAIL PROTECTED] mailing list

Reply via email to