A couple of the entries in /etc/magic for ELF core files seem to be
wrong on my system.  Running "file core" always says

ELF 32-bit LSB core file of '#' (signal 4096)...

After fooling around with od output for a while, I found that changing
the lines

>>>576  string          >\0             of '%s'
>>>400  lelong          >0              (signal %d),

of /etc/magic to

>>>640  string          >\0             of '%s'
>>>464  lelong          >0              (signal %d),

seems to fix the problem.  Can anyone confirm that this is correct?

Thanks,

Andrew Booker
[EMAIL PROTECTED]

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to