[Nagios-devel] nagios.spec patch
Posted: Tue Oct 07, 2003 3:22 am
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]
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]