update-motd: fix file permissions for /etc/motd.head
Commit 685baaed
added text file /etc/motd.head with execute
permission.
Partial-Bug: 1790863
Change-Id: I1104a5d7320f5fc32801c1129df589ce32fdf656
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
This commit is contained in:
parent
685baaed33
commit
19a59679e1
@ -36,7 +36,7 @@ install -d %{buildroot}%{_sysconfdir}
|
||||
install -d %{buildroot}%{_sysconfdir}/motd.d
|
||||
install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/motd.d/00-header
|
||||
install -m 755 %{SOURCE0} %{buildroot}%{_sysconfdir}/motd.d/99-footer
|
||||
install -m 755 %{SOURCE8} %{buildroot}%{_sysconfdir}/motd.head
|
||||
install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/motd.head
|
||||
|
||||
install -d %{buildroot}%{_sysconfdir}/cron.d
|
||||
install -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/cron.d/motd-update
|
||||
|
Loading…
Reference in New Issue
Block a user