closing 3.2.1

This commit is contained in:
Jordi Sanfeliu 2013-06-03 08:04:57 +02:00
parent 231e1fe22b
commit b29555f525
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Summary: Monitorix is a system monitoring tool Summary: Monitorix is a system monitoring tool
Name: monitorix Name: monitorix
Version: 3.2.1 Version: 3.2.1
Release: 0%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System
URL: http://www.monitorix.org URL: http://www.monitorix.org

View File

@ -3,7 +3,7 @@
.\" .\"
.\" This is the man page for the monitorix.conf configuration file. .\" This is the man page for the monitorix.conf configuration file.
.\" .\"
.TH monitorix.conf 5 "May 2013" 3.2.0 "Monitorix configuration file" .TH monitorix.conf 5 "Jun 2013" 3.2.1 "Monitorix configuration file"
.SH NAME .SH NAME
monitorix.conf \- Configuration file for Monitorix. monitorix.conf \- Configuration file for Monitorix.
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -3,7 +3,7 @@
.\" .\"
.\" This is the man page for the monitorix collector daemon. .\" This is the man page for the monitorix collector daemon.
.\" .\"
.TH monitorix 8 "May 2013" 3.2.0 "Monitorix collector daemon" .TH monitorix 8 "Jun 2013" 3.2.1 "Monitorix collector daemon"
.SH NAME .SH NAME
monitorix - a lightweight system monitoring tool monitorix - a lightweight system monitoring tool
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -48,7 +48,7 @@ $SIG{'HUP' } = 'HUP_handler';
$SIG{'ALRM'} = 'ALRM_handler'; $SIG{'ALRM'} = 'ALRM_handler';
use constant VERSION => "3.2.1"; use constant VERSION => "3.2.1";
use constant RELDATE => "31-May-2013"; use constant RELDATE => "03-Jun-2013";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config; our %config;