Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nrpe
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 21
[-]
[+]
Changed
nrpe.spec
@@ -168,6 +168,7 @@ cp sample-config/nrpe.cfg ${RPM_BUILD_ROOT}/etc/nagios/nrpe.cfg %if 0%{?suse_version} cp init-script.suse ${RPM_BUILD_ROOT}/etc/init.d/nrpe +chmod +x ${RPM_BUILD_ROOT}/etc/init.d/nrpe %else cp init-script ${RPM_BUILD_ROOT}/etc/init.d/nrpe %endif @@ -180,21 +181,21 @@ %files -%defattr(755,root,root) +%defattr(0755,root,root) /etc/init.d/nrpe %config(noreplace)/etc/xinetd.d/nrpe %{_prefix}/sbin/nrpe %dir /etc/nagios %dir /etc/nagios/nrpe.d/ -%defattr(644,root,root) +%defattr(0644,root,root) %config(noreplace) /etc/nagios/*.cfg -%defattr(644,%{nsusr},%{nsgrp}) +%defattr(0644,%{nsusr},%{nsgrp}) %doc Changelog LEGAL README %files plugin -%defattr(755,root,root) +%defattr(0755,root,root) %{_prefix}/lib/nagios/plugins -%defattr(644,%{nsusr},%{nsgrp}) +%defattr(0644,%{nsusr},%{nsgrp}) %doc Changelog LEGAL README %changelog