summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e572ea0)
raw | patch | inline | side by side (parent: e572ea0)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Nov 2008 15:13:33 +0000 (15:13 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Nov 2008 15:13:33 +0000 (15:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13019 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/modules/GosaSupportDaemon.pm | patch | blob | history |
index 2e971370ac48c8dd948eed0153cc36d5e41e5565..5ee469df9de11c15b1b59a8eeda74803bfa3f33d 100644 (file)
my $cfg;
if( defined( $cfg_file) && ( (-s $cfg_file) > 0 )) {
if( -r $cfg_file ) {
- $cfg = Config::IniFiles->new( -file => $cfg_file );
+ $cfg = Config::IniFiles->new( -file => $cfg_file, -nocase => 1 );
} else {
print STDERR "Couldn't read config file!";
}