Gentoo Archives: gentoo-dev

From: Francesco R <vivo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] MySQL 4.0 => 4.1 upgrade
Date: Sun, 11 Sep 2005 16:47:04
Message-Id: 43245B9D.9030605@gentoo.org
In Reply to: Re: [gentoo-dev] MySQL 4.0 => 4.1 upgrade by Martin Schlemmer
1 Martin Schlemmer wrote:
2 [...]
3
4 >Just use bash's built-in read function:
5 >
6 >-----
7 >local password newpasswd
8 ># Read the password into $password
9 >read -sp "Please enter password: " password
10 ># Just echo a newline so that next output start on new line
11 >echo
12 >
13 >
14 [...]
15
16 >Or something to that regards.
17 >
18 >
19 In Cvs, thanks.
20
21 --
22 gentoo-dev@g.o mailing list