Whamcloud - gitweb
file tcp-zero-copy-2.6-sles10.patch was initially added on branch b1_5.
[fs/lustre-release.git] / build / update_oldconfig
index 2f41003..ebe37b8 100755 (executable)
@@ -1,4 +1,7 @@
-#!/usr/bin/expect -f -d
+#!/usr/bin/expect -f
+
+#enables some diagnostic output
+exp_internal 1
 
 # log all interaction to a file to diagnose failures
 log_file -a [lindex $argv 0]
@@ -58,4 +61,9 @@ expect {
         send "m\r"
         exp_continue
     }
+    -re "\n *(\[^\n]* \\\[Y\/n\/m\/\\?] \\(NEW\\)) " {
+        puts "$expect_out(1,string) m"
+        send "m\r"
+        exp_continue
+    }
 }