[Nagios-devel] nagios.spec patch

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] nagios.spec patch

Post by Guest »

sorry if this is the wrong place for this but

the spec file gives the documentation the wrong permissions for me under redhat9

it keeps the permissions from the spool

patch below....

Neil

--- nagios.spec.safe 2003-10-02 17:02:22.000000000 +0100
+++ nagios.spec 2003-10-02 17:19:13.000000000 +0100
@@ -319,6 +319,7 @@
%dir /var/log/nagios/archives
%defattr(2775,%{nsusr},%{nsgrp})
%dir /var/spool/nagios
+%defattr(-,root,root)
%doc Changelog INSTALLING LICENSE README UPGRADING pkg/rpm/nagios.logrotate






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked