forked from pool/freeradius-server
- 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:
parent
dd94d16c92
commit
b0d20bd6c1
@ -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
|
Fri Aug 25 11:32:56 UTC 2017 - varkoly@suse.com
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@ install -m 644 suse/radiusd-logrotate %{buildroot}%{_sysconfdir}/logrotate.d/rad
|
|||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||||
install -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{unitname}.conf
|
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
|
# name the rc script according to the systemd unit
|
||||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcradiusd
|
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcradiusd
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user