> On 31. Dec 2023, at 15:49, Otto Moerbeek <otto@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
No comments:
Post a Comment