bofh <[email protected]> wrote: > Thanks! Out of curiousity, are there executables that are in i386 but > not amd64 or vice versa? I can see issues with libraries. Am just > curious.
Here's how to check: $ cd /usr/src/distrib/sets/lists $ for i in [a-z]*; do diff -u $i/md.amd64 $i/md.i386; done -- Christian "naddy" Weisgerber [email protected]

