updates to close 3.6.92

This commit is contained in:
Jordi Sanfeliu 2015-03-04 15:11:18 +01:00
parent d0078c2c68
commit 27d094b83c
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: Monitorix is a system monitoring tool
Name: monitorix
Version: 3.6.90
Version: 3.6.92
Release: 1%{?dist}
License: GPL
Group: Applications/System

View File

@ -3,7 +3,7 @@
.\"
.\" This is the man page for the monitorix.conf configuration file.
.\"
.TH monitorix.conf 5 "Mar 2015" 3.6.90 "Monitorix configuration file"
.TH monitorix.conf 5 "Mar 2015" 3.6.92 "Monitorix configuration file"
.SH NAME
monitorix.conf \- Configuration file for Monitorix.
.SH DESCRIPTION

View File

@ -3,7 +3,7 @@
.\"
.\" This is the man page for the monitorix collector daemon.
.\"
.TH monitorix 8 "Mar 2015" 3.6.90 "Monitorix collector daemon"
.TH monitorix 8 "Mar 2015" 3.6.92 "Monitorix collector daemon"
.SH NAME
monitorix - a lightweight system monitoring tool
.SH SYNOPSIS

View File

@ -46,7 +46,7 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.6.91";
use constant VERSION => "3.6.92";
use constant RELDATE => "04-Mar-2015";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");