> Hey people. Does anyone know if there are any plans to fix this? > > [EMAIL PROTECTED] msoulier]$ dpkg -S /usr/bin/X11/mkfontdir > dpkg: /usr/bin/X11/mkfontdir not found. > > This is the one thing that rpm does better, IMHO. I could do an rpm > -qf
you mean like this? : [EMAIL PROTECTED]:~$ dpkg -S mkfontdir xbase-clients: /usr/X11R6/bin/mkfontdir xbase-clients: /usr/X11R6/man/man1/mkfontdir.1x.gz [EMAIL PROTECTED]:~$ dpkg -S bin/mkfontdir xbase-clients: /usr/X11R6/bin/mkfontdir on a redhat system(6.2): [EMAIL PROTECTED] admin]$ rpm -q -f mkfontdir file mkfontdir: No such file or directory [EMAIL PROTECTED] admin]$ locate mkfontdir /usr/X11R6/bin/mkfontdir /usr/X11R6/man/man1/mkfontdir.1x [EMAIL PROTECTED] admin]$ rpm -q -f /usr/X11R6/bin/mkfontdir XFree86-3.3.3.1-49 [EMAIL PROTECTED] admin]$ rpm -q -f /usr/bin/X11/mkfontdir XFree86-3.3.3.1-49 [EMAIL PROTECTED] admin]$ rpm -q -f bin/mkfontdir file bin/mkfontdir: No such file or directory (maybe things changed in redhat 7.x ..) seems to work for me ......not the same as rpm ..but gets the same results..im not gonna get into the things i don't like about rpm .......! nate

