summaryrefslogtreecommitdiffstats
path: root/rescue/genpasswd
diff options
context:
space:
mode:
authorMaarten Vanraes <alien@mageia.org>2011-10-24 21:03:49 +0000
committerMaarten Vanraes <alien@mageia.org>2011-10-24 21:03:49 +0000
commitee7f96ac3d61ed187f0a06c3523c815732dbefdb (patch)
treef923eb040b922fda8d28b7519f65a40570433c8e /rescue/genpasswd
parentf07ad029d8f40c35899f88d5afca0b3502aef551 (diff)
downloaddrakx-backup-do-not-use-ee7f96ac3d61ed187f0a06c3523c815732dbefdb.tar
drakx-backup-do-not-use-ee7f96ac3d61ed187f0a06c3523c815732dbefdb.tar.gz
drakx-backup-do-not-use-ee7f96ac3d61ed187f0a06c3523c815732dbefdb.tar.bz2
drakx-backup-do-not-use-ee7f96ac3d61ed187f0a06c3523c815732dbefdb.tar.xz
drakx-backup-do-not-use-ee7f96ac3d61ed187f0a06c3523c815732dbefdb.zip
modify password text to be clearer to it's purpose
Diffstat (limited to 'rescue/genpasswd')
-rwxr-xr-xrescue/genpasswd2
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";