On Thu, 16 May 1996, Olaf Erb wrote: > Ok, recompiling isn't a big job, but I'd like to know which other > packages are still a.out. Is there a quick way to recognise them?
file /bin/* /usr/bin/* /sbin/* /usr/sbin/* | grep MAGIC Will list all of the binaries which are still a.out. Then use "dpgk -S" or "grep .../debian/.../Contents" to find out what package each binary belongs to. Craig