From 685519ef1990829b5e54305fc326f3fa6c9e9954 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 20 Feb 2014 09:08:05 +0100 Subject: [PATCH] close 3.4.91 --- monitorix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monitorix b/monitorix index c5d60eb..2168ff1 100755 --- a/monitorix +++ b/monitorix @@ -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}")