commit 615e468d9418f3449da5d970f1a859f98343eaf9 from: Stefan Sperling via: GitHub date: Fri Sep 29 12:22:27 2023 UTC Merge pull request #144 from sthen/patch-2 fix motd permissions in integration scripts commit - 2a9ef7a8eea4f63963d8d59b87d07a150d7fd0e2 commit + 615e468d9418f3449da5d970f1a859f98343eaf9 blob - b8c6501e3a90bdfa62bd681909d7c86c74c88434 blob + eff031249a79d6dd0d5c46c9d7b60dc5a7386f9f --- scripts/shell/extensive-nsh-openbsd-integration.sh +++ scripts/shell/extensive-nsh-openbsd-integration.sh @@ -226,7 +226,7 @@ else ln -s /var/run/motd.0 /etc/motd chown root /var/run/motd.0 chgrp wheel /var/run/motd.0 - chmod 660 /var/run/motd.0 + chmod 664 /var/run/motd.0 else echo etc-motd does not exist, not importing! fi blob - eb3890ab88c3ee2d2d022bec325068ffd7c846d5 blob + 6bcfdb0ac400720231847f26df9699f328c30b6b --- scripts/shell/rc.local-nsh-openbsd-integrate.sh +++ scripts/shell/rc.local-nsh-openbsd-integrate.sh @@ -228,7 +228,7 @@ else echo use the files located in \var/\run\/ >>/var/run/motd.0 chown root /var/run/motd.0 chgrp wheel /var/run/motd.0 - chmod 660 /var/run/motd.0 + chmod 664 /var/run/motd.0 else echo etc-motd does not exist, not importing! fi blob - 2c7e3ffff6026e8a0cb93a4c38262738babcd5bb blob + 566c8e3a136f6fc0b68cbbc66f5454c8452f4c4c --- scripts/shell/rc.local-nsh-openbsd-integration.sh +++ scripts/shell/rc.local-nsh-openbsd-integration.sh @@ -217,7 +217,7 @@ else ln -s /var/run/motd.0 /etc/motd chown root /var/run/motd.0 chgrp wheel /var/run/motd.0 - chmod 660 /var/run/motd.0 + chmod 664 /var/run/motd.0 else echo etc-motd does not exist, not importing! fi