CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/06/03 10:54:55
Modified files:
distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386
md.sparc64 mi
distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7
clang.i386 clang.sparc64 mi
Log message:
On amd64, arm64, armv7, i386 and sparc64 /usr/bin/{cc,c++,clang++,clang-cpp}
and /usr/libexec/cpp are supposed to be hardlinks of /usr/bin/clang. The move
of /usr/bin/cc to the base set to allow kernel relinking resulted in it being
a copy and not a hardlink. Move the other files to the base set too to ensure
all are hardlinks.
Noticed by Anthony Coulter
OK deraadt