close 3.4.91

This commit is contained in:
Jordi Sanfeliu 2014-02-20 09:08:05 +01:00
parent 6b7391a21e
commit 685519ef19
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.4.90";
use constant VERSION => "3.4.91";
use constant RELDATE => "19-Feb-2014";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
@ -411,6 +411,7 @@ $0 = sprintf("%s %s%s%s%s",
daemonize();
logger("Starting Monitorix version " . VERSION . " (pid $$).");
# save the pidfile
if($options{p}) {
$options{p} = abs_path($options{p});
open(OUT, "> $options{p}")