On Tue, 2009-05-12 at 12:06 +0200, Ralph Angenendt wrote:
<snip>
As that was a bit too large for the bug tracker:
http://people.centos.org/ralph/update.tar.bz2
root@dryckjom:~# LANG=C yum --disablerepo=* --enablerepo=update whatprovides "/usr/share/magic.mime" Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Excluding Packages in global exclude list Finished Importing additional filelist information kernel-xen-devel-2.6.18-128.1.10.el5.x86_64 : Development package for building kernel : modules to match the kernel. Matched from: Filename : /usr/share/magic.mime
file-4.17-15.x86_64 : A utility for determining file types. Matched from: Other : Provides-match: /usr/share/magic.mime
Ralph
And on my 32 bit system, just FYI
# ls -l /usr/share/magic.mime lrwxrwxrwx 1 root root 15 May 11 06:35 \ /usr/share/magic.mime -> file/magic.mime # ls -lL /usr/share/magic.mime -rw-r--r-- 1 root root 31150 Apr 30 18:20 /usr/share/magic.mime # ls -l /usr/share/file/magic.mime -rw-r--r-- 1 root root 31150 Apr 30 18:20 /usr/share/file/magic.mime
HTH