Control: tag -1 + patch > There was no patch attached to your mail. Could you resend that patch > (and then readd the patch tag)?
Grrrr, here it is...
Tschoeeee
Roland
--- client-ext/ipmi 2011-01-11 00:06:51.000000000 +0100
+++ client-ext/ipmi 2012-12-11 18:13:57.000000000 +0100
@@ -27,6 +27,9 @@
}
$bb->print ("\nIPMI event log (newest 50):\n");
-$bb->print (`$IPMI sel list last 50 2>&1`);
+
+foreach my $line (`$IPMI sel list last 50 2>&1`) {
+ $bb->print ($line);
+}
$bb->send;

