/[smecontribs]/rpms/smeserver-zabbix-agent/contribs10/smeserver-zabbix-agent-0.1-megaraid_parser_fix.patch
ViewVC logotype

Annotation of /rpms/smeserver-zabbix-agent/contribs10/smeserver-zabbix-agent-0.1-megaraid_parser_fix.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Thu Apr 1 15:12:04 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
last fws version

1 brianr 1.1 --- smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/megaraid-parser.pl.megaraid_parser_fix 2009-04-27 15:02:09.000000000 +0200
2     +++ smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/megaraid-parser.pl 2009-04-27 15:03:11.000000000 +0200
3     @@ -99,7 +99,7 @@
4    
5     my ($ldnum);
6     while (<LDGETNUM>) {
7     - if ( m/Number of Virtual drives configured on adapter \d:\s*(\d+)/ ) {
8     + if ( m/Number of Virtual drives configured on adapter \d:\s*(\d+)/i ) {
9     $ldnum = $1;
10     last;
11     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed