Now, with
$ diff md5sums_archive md5sums_install | grep ^">" | cut -d ' ' -f2
these are the files different on amd64, between what the archive
supplied, and what the installer left behind:
./usr/lib/libasn1.so.17.0
./usr/lib/libcom_err.so.17.0
./usr/lib/libcrypto.so.18.0
./usr/lib/libkafs.so.17.0
./usr/lib/libkrb5.so.17.0
./usr/lib/libssl.so.15.1
./sbin/atactl
./sbin/badsect
./sbin/bioctl
./sbin/ccdconfig
./sbin/clri
./sbin/dhclient
./sbin/disklabel
./sbin/dmesg
./sbin/dump
./sbin/dumpfs
./sbin/fdisk
./sbin/fsck
./sbin/fsck_ext2fs
./sbin/fsck_ffs
./sbin/fsck_msdos
./sbin/fsdb
./sbin/fsirand
./sbin/growfs
./sbin/halt
./sbin/ifconfig
./sbin/init
./sbin/iopctl
./sbin/ipsecctl
./sbin/isakmpd
./sbin/kbd
./sbin/ldattach
./sbin/lmccontrol
./sbin/mkfifo
./sbin/mknod
./sbin/modload
./sbin/modunload
./sbin/mount
./sbin/mount_cd9660
./sbin/mount_ext2fs
./sbin/mount_ffs
./sbin/mount_mfs
./sbin/mount_msdos
./sbin/mount_nfs
./sbin/mount_nnpfs
./sbin/mount_ntfs
./sbin/mount_portal
./sbin/mount_procfs
./sbin/mount_udf
./sbin/mount_vnd
./sbin/mountd
./sbin/ncheck
./sbin/ncheck_ffs
./sbin/newfs
./sbin/newfs_msdos
./sbin/nfsd
./sbin/nologin
./sbin/pfctl
./sbin/pflogd
./sbin/ping
./sbin/ping6
./sbin/quotacheck
./sbin/raidctl
./sbin/rdump
./sbin/reboot
./sbin/restore
./sbin/route
./sbin/rrestore
./sbin/rtsol
./sbin/savecore
./sbin/scan_ffs
./sbin/scsi
./sbin/shutdown
./sbin/slattach
./sbin/swapctl
./sbin/swapon
./sbin/sysctl
./sbin/ttyflags
./sbin/tunefs
./sbin/umount
./sbin/vnconfig
./sbin/wpa-psk
./sbin/wsconsctl
./usr/libexec/kdc
./usr/sbin/sysctl
Let's assume for a moment, that the differences of Kerberos and crypto
stuff is a result of the patches and packages, everything else different
is the majority of the files in /sbin.
A yet closer inspection of the differences there leads to a confirmation
of what was assumed before: of all files in /sbin, except of
/sbin/ifconfig, /sbin/ipsecctl and /sbin/isakmpd, are the files of the
4.6 Release.
Waiting for some further enlightment about what was going on; what
happened to those 4.7 files,
Uwe