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 18
[-]
[+]
Changed
nrpe.spec
@@ -33,7 +33,7 @@ BuildRequires: gcc BuildRequires: openssl, openssl-devel BuildRequires: checkpolicy -%if 0%{?!sles_version} +%if 0%{?rhel} > 5 BuildRequires: selinux-policy-devel %endif %if 0%{?fedora} > 17 || 0%{?rhel} > 6 @@ -153,7 +153,9 @@ install -D -p -m 0644 sample-config/nrpe.cfg %{buildroot}/%{_sysconfdir}/nagios/%{myname}.cfg install -D -p -m 0755 src/nrpe %{buildroot}/%{_sbindir}/nrpe install -D -p -m 0755 src/check_nrpe %{buildroot}/%{_prefix}/lib/nagios/plugins/check_nrpe3 +%if 0%{?!sles_version} install -D -p -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/sysconfig/%{myname} +%endif install -d %{buildroot}%{_sysconfdir}/nrpe.d install -d %{buildroot}%{_sysconfdir}/nagios/nrpe.d install -d %{buildroot}%{_localstatedir}/run/%{myname}