On 17/03/2022 20:19, Yuri wrote:
Mateusz Piotrowski wrote:
The branch main has been updated by 0mp (doc, ports committer):
URL:
https://cgit.FreeBSD.org/src/commit/?id=7846554819d3be52816ca6ad60bf84f6409a0bf1
commit 7846554819d3be52816ca6ad60bf84f6409a0bf1
Author: Mateusz Piotrowski <0...@freebsd.org>
AuthorDate: 2022-03-17 16:20:57 +0000
Commit: Mateusz Piotrowski <0...@freebsd.org>
CommitDate: 2022-03-17 19:12:04 +0000
rc.d: Chmod +x all the scripts for consistency
[snip]
It would seem more logical to change the other ones' mode to 644 instead
-- these are the "source" files and are not run during build, so there's
no need for them to have execute bit set. More so, the mode gets set to
BINMODE on installed files, and it's 555, not 755.
It's actually quite handy when you're testing out changes to those rc scripts directly from the src
tree.