From: brian Date: Tue, 1 Nov 2005 14:28:58 +0000 (+0000) Subject: Don't log the output of the make oldconfig. The expect script displays what X-Git-Tag: 1.4.10~396 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=45a197b1313a5b135cf6d1099495419b639d58e8;p=fs%2Flustre-release.git Don't log the output of the make oldconfig. The expect script displays what new values needed setting and what they were set to. --- diff --git a/build/update_oldconfig b/build/update_oldconfig index e04e5fa..4f169cf 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -1,6 +1,6 @@ #!/usr/bin/expect -log_user 1 +log_user 0 set spawnid [spawn make oldconfig] match_max 200