- Fix permissions of radiusd.service (bnc#1053654):

OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=104
This commit is contained in:
Adam Majer 2017-09-19 11:58:57 +00:00 committed by Git OBS Bridge
parent dd94d16c92
commit b0d20bd6c1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 19 11:18:53 UTC 2017 - adam.majer@suse.de
- Fix permissions of radiusd.service (bnc#1053654)
-------------------------------------------------------------------
Fri Aug 25 11:32:56 UTC 2017 - varkoly@suse.com

View File

@ -300,7 +300,7 @@ install -m 644 suse/radiusd-logrotate %{buildroot}%{_sysconfdir}/logrotate.d/rad
%if %{with systemd}
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{unitname}.conf
install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{unitname}.service
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{unitname}.service
# name the rc script according to the systemd unit
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcradiusd
%else