Re: git: 7846554819d3 - main - rc.d: Chmod +x all the scripts for consistency
- In reply to: Yuri : "Re: git: 7846554819d3 - main - rc.d: Chmod +x all the scripts for consistency"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Mar 2022 19:40:08 UTC
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 <0mp@FreeBSD.org> >> AuthorDate: 2022-03-17 16:20:57 +0000 >> Commit: Mateusz Piotrowski <0mp@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.