[Fai-commit] r5219 - people/michael/experimental/patches

mt at alioth.debian.org mt at alioth.debian.org
Wed Nov 5 23:04:09 UTC 2008


Author: mt
Date: 2008-11-05 23:04:09 +0000 (Wed, 05 Nov 2008)
New Revision: 5219

Added:
   people/michael/experimental/patches/setup-storage_udevsettle-etch
Modified:
   people/michael/experimental/patches/series
Log:
remain compatible with etch in the call to udevsettle


Modified: people/michael/experimental/patches/series
===================================================================
--- people/michael/experimental/patches/series	2008-10-30 19:36:26 UTC (rev 5218)
+++ people/michael/experimental/patches/series	2008-11-05 23:04:09 UTC (rev 5219)
@@ -1,3 +1,4 @@
+setup-storage_udevsettle-etch
 setup-storage_large-partition-check
 setup-storage_opt-d
 setup-storage_crypto-bugfixes

Added: people/michael/experimental/patches/setup-storage_udevsettle-etch
===================================================================
--- people/michael/experimental/patches/setup-storage_udevsettle-etch	                        (rev 0)
+++ people/michael/experimental/patches/setup-storage_udevsettle-etch	2008-11-05 23:04:09 UTC (rev 5219)
@@ -0,0 +1,17 @@
+2008-11-06  Michael Tautschnig  <mt at debian.org>
+
+	* lib/setup-storage/Exec.pm: Use --timeout=10 instead of --timeout 10 to stay
+		compatible with etch (thanks Vincent Fortier)
+Index: trunk/lib/setup-storage/Exec.pm
+===================================================================
+--- trunk.orig/lib/setup-storage/Exec.pm
++++ trunk/lib/setup-storage/Exec.pm	
+@@ -246,7 +246,7 @@
+ ################################################################################
+ sub execute_with_udevsettle {
+   my ($command, $stdout, $stderr) = @_;
+-  return &execute_command("udevsettle --timeout 10 && $command", $stdout,
++  return &execute_command("udevsettle --timeout=10 && $command", $stdout,
+     $stderr);
+ }
+ 




More information about the Fai-commit mailing list