diff options
author | Maarten Vanraes <alien@mageia.org> | 2011-10-24 21:03:49 +0000 |
---|---|---|
committer | Maarten Vanraes <alien@mageia.org> | 2011-10-24 21:03:49 +0000 |
commit | 199cf4c98da0c57f50906cd7961a6195c637be17 (patch) | |
tree | f923eb040b922fda8d28b7519f65a40570433c8e /rescue/genpasswd | |
parent | dce6581dd4ad3e77a59556365493892bfe9ea14d (diff) | |
download | drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar.gz drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar.bz2 drakx-199cf4c98da0c57f50906cd7961a6195c637be17.tar.xz drakx-199cf4c98da0c57f50906cd7961a6195c637be17.zip |
modify password text to be clearer to it's purpose
Diffstat (limited to 'rescue/genpasswd')
-rwxr-xr-x | rescue/genpasswd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/genpasswd b/rescue/genpasswd index 328ced265..b7fe1f660 100755 --- a/rescue/genpasswd +++ b/rescue/genpasswd @@ -1,7 +1,7 @@ #!/usr/bin/perl system "stty -echo"; -print STDERR "Give a password: "; +print STDERR "Give a password for ssh access: "; chomp($word = <STDIN>); print STDERR "\n"; system "stty echo"; |