> On 31. Dec 2023, at 15:49, Otto Moerbeek <o...@drijf.net> wrote:
> 
> There are toos like objdump and readelf that can tell you more, but
> just removing them is likely best. Object files can always be
> re-created on an open-source system.


I've run:

> island$ tar -ztvf base74.tgz | awk '{print $9}' | while read f; do doas test 
> -e /$f || echo "missed $f"; done
> missed ./usr/share/relink/kernel.tgz
> island$

that confirms your point that it should be just removed.

--
wbr, Kirill

Reply via email to