Hello, I've just implemented the patch 007 for 4.5, and found out that the .a libs are chmod 0600, while all other .a libs are chmod 0444. Although the Makefiles evaluated to this (amongst others):
install -c -o root -g bin -m 600 libperl.a /usr/lib install -c -o root -g bin -m 600 libperl_pic.a /usr/lib (taken from the typescript) The files I actually find on the file system, have mode 0444. This confuses me quite a bit. The machine in question runs OpenBSD 4.5-stable/i386, and I've just installed it yesterday. Kind regards, --Toni++

