Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
:
monitoring
>
nrpe3
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 14
[-]
[+]
Changed
nrpe.spec
@@ -138,9 +138,9 @@ %install rm -rf %{buildroot} -%if 0%{?el6}%{?el7} +%if 0%{?el6}%{?el7} || 0%{?sles_version} ## If we are EL6 we want the old style sysV init script -%if 0%{?el6} +%if 0%{?el6} || 0%{?sles_version} install -D -p -m 0755 startup/default-init %{buildroot}/%{_initrddir}/nrpe %else ## If we are EL7 we want the home crafted systemd service due to problems @@ -261,7 +261,7 @@ %endif %files -%if 0%{?el6} +%if 0%{?el6} || 0%{?sles_version} %{_initrddir}/nrpe %else %{_unitdir}/%{myname}.service