commit ef69a664bb80304df0240444ce196a0e858a2f53 from: Stuart Henderson via: GitHub date: Fri Sep 29 11:56:05 2023 UTC /etc/motd should be world-readable commit - 21fe5c7040626154161b8f9f8e0b51bd979a5824 commit + ef69a664bb80304df0240444ce196a0e858a2f53 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