small update

This commit is contained in:
Jordi Sanfeliu 2012-11-20 18:33:34 +01:00
parent c46ad4c428
commit 1c864e7279
1 changed files with 3 additions and 3 deletions

View File

@ -48,8 +48,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';
$SIG{'ALRM'} = 'ALRM_handler';
use constant VERSION => "2.9.901";
use constant RELDATE => "06-Nov-2012";
use constant VERSION => "2.9.9";
use constant RELDATE => "20-Nov-2012";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
my %config;
@ -437,7 +437,7 @@ if(!stat($options{c})) {
# load configuration file
my $conf = new Config::General(
-ConfigFile => $options{c},
-ConfigFile => $options{c},
);
%config = $conf->getall;
$config{debug} = ();