Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
spec file fixes - missing directories
Browse files Browse the repository at this point in the history
This will fix spec file installations:

First:
Error in configuration file '/etc/icinga/icinga.cfg' - Line 465

Line 465:
check_result_path=/var/log/icinga/spool/checkresults
-----

Second:
Error: Could not create external command file '/var/log/icinga/rw/icinga.cmd' as named pipe: (2) -> No such file or directory.

Thanks to 'Ziben' - IssueID #106
  • Loading branch information
andurin committed May 25, 2009
1 parent eb5d96c commit 52abb02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icinga.spec
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(755,%{nsusr},%{nsgrp})
%dir /var/log/icinga
%dir /var/log/icinga/archives
%dir /var/log/icinga/spool
%dir /var/log/icinga/spool/checkresults
%dir /var/log/icinga/rw
%defattr(2775,%{nsusr},%{nsgrp})
%dir /var/spool/icinga
%doc Changelog INSTALLING LICENSE README UPGRADING
Expand Down

0 comments on commit 52abb02

Please sign in to comment.