Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-ndoutils
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 15
[-]
[+]
Changed
ndoutils.spec
@@ -9,7 +9,7 @@ Name: ndoutils Summary: Nagios v2.x/v3.x Data Output Utilities -Version: 1.4b7 +Version: 1.4b8 Release: 1 Url: http://www.nagios.org/ License: GPL v2 or later @@ -118,12 +118,22 @@ command_line /bin/mv /var/spool/nagios/ndo.dat /var/spool/nagios/ndo.\`date +%s\` } EOF - +chmod -x db/prepsql +chmod -x db/upgradedb +chmod -x db/installdb +strip %{buildroot}%{_bindir}/file2sock +strip %{buildroot}%{_bindir}/log2ndo +strip %{buildroot}%{_bindir}/sockdebug +strip %{buildroot}%{_sbindir}/ndo2db %clean %__rm -rf %{buildroot} +%postun +%insserv_cleanup ndo2db +%preun +%stop_on_removal ndo2db %files %defattr(-,root,root) @@ -143,6 +153,24 @@ %{_prefix}/lib/nagios/brokers/ndomod.o %changelog +* Sat Jul 18 2009 Carsten Schoene <cs@linux-administrator.com> - 1.4b8-1 +- new release 1.4b8 + - Added additional error messages during failed startup + - Better MySQL library detection (Ton Voon, Herbert Straub, and Nagios Plugin Team) + - Removed Postgres options to configure script, as it is not yet supported + - Compiler flag fix for building on GNU/kFreeBSD systems (Hendrik Frenzel) + - Added lock_file option + - Fix debug file permission race (Lars Michelsen) + - More error reporting if debug file can not be opened + - Fix wait for childs on SIGCHLD + - Added long_output support + - Fix missing SIGTERM forwarding to childs + - Fix fmt specifier in ndo2db_daemonize() + - Escape custom values in 'customvariablestatus' and 'customvariables' + - Fix ndomod doesn't execute rotate_command propperly + - Fix several compiler warnings + - Rewrite ndo2db init script, install it with 'make install-init' + * Wed May 07 2008 Carsten Schoene <cs@linux-administrator.com> - 1.4b7-1 - initial import - replaced some commands with macros
Added
ndoutils-1.4b8.tar.bz2
^