From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JOIbn-0003Ik-RS for mharc-grub-devel@gnu.org; Sun, 10 Feb 2008 15:17:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOIbm-0003GT-DA for grub-devel@gnu.org; Sun, 10 Feb 2008 15:17:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOIbl-0003Di-2b for grub-devel@gnu.org; Sun, 10 Feb 2008 15:17:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOIbk-0003DS-Tm for grub-devel@gnu.org; Sun, 10 Feb 2008 15:17:00 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOIbk-0005wO-VT for grub-devel@gnu.org; Sun, 10 Feb 2008 15:17:01 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 29D393EB24 for ; Sun, 10 Feb 2008 21:24:17 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 10 Feb 2008 21:16:59 +0100 User-Agent: KMail/1.9.4 References: <20080210131656.GA4168@thorin> In-Reply-To: <20080210131656.GA4168@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802102116.59159.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] read --echo=[yes|no|wildcard] X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 20:17:02 -0000 On Sunday 10 February 2008 14:16, Robert Millan wrote: > Adds a parameter to define echoing behaviour in read. Then one can use > --echo=no or --echo=wildcard to make it suitable for reading passwords. Can you describe how you are planning to use it? Okuji