[Nagios-devel] Error in nagios.spec - command permissions

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Error in nagios.spec - command permissions

Post by Guest »

Good day,

Just a small bug to report with the CVS spec file. It creates the command
directory with the wrong permissions.

Instead of:

%defattr(775,%{nsusr},%{cmdgrp})
%dir /var/spool/nagios

it should be (I believe):

%defattr(2775,%{nsusr},%{cmdgrp})
%dir /var/spool/nagios

Please affect this little change. Thanks!

============================
Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: Darren.Gamble@sjrb.ca
Locked