[D-community-commits] r336 - trunk/fai-config-dir/class

holger at alioth.debian.org holger at alioth.debian.org
Mon Jul 28 14:27:40 UTC 2008


Author: holger
Date: 2008-07-28 14:27:39 +0000 (Mon, 28 Jul 2008)
New Revision: 336

Modified:
   trunk/fai-config-dir/class/bikeshed.var
Log:
fix regex

Modified: trunk/fai-config-dir/class/bikeshed.var
===================================================================
--- trunk/fai-config-dir/class/bikeshed.var	2008-07-26 11:32:09 UTC (rev 335)
+++ trunk/fai-config-dir/class/bikeshed.var	2008-07-28 14:27:39 UTC (rev 336)
@@ -1,13 +1,12 @@
-#!/bin/sh
-#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # Here you can define your own patterns. Put one pattern in a line,
 # do not create empty lines.
 # Define grep patterns. Do not start or end with an empty line!
 hosterrorpatterns="XXXXXXX"
-hostignorepatterns="pnp: PnPACPI: METHOD_NAME__CRS failure for PNP0400
+hostignorepatterns="$hostignorepatterns
+pnp: PnPACPI: METHOD_NAME__CRS failure for PNP0400
 agpgart: agp_backend_initialize() failed.
 agpgart-serverworks: probe of 0000:00:00.0 failed with error -22
 agpgart: agp_backend_initialize() failed.
 agpgart-serverworks: probe of 0000:00:00.1 failed with error -22
-PCI: Unknown option `bfsort'"
+PCI: Unknown option ?bfsort?"
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -




More information about the D-community-commits mailing list