From 149abe7ba15a94625e19725e8d1e901f08cfed6d Mon Sep 17 00:00:00 2001
From: nehalmistry <>
Date: Sat, 8 Feb 2003 20:12:12 +0000
Subject: [PATCH] supress keyboard output

---
 setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup b/setup
index cdd635760..cdd5c38f0 100755
--- a/setup
+++ b/setup
@@ -87,7 +87,7 @@ else
 fi
 
 if [ "`read -n 1 -t 0 2>&1 | grep e`x" = "x" ]; then
-    N="-n1"
+    N="-n1 -s"
 fi
 
 cat << .. > $RULESFILE