summaryrefslogtreecommitdiffstats
path: root/winsup/utils
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-12-15 17:33:08 +0000
committerCorinna Vinschen <corinna@vinschen.de>2008-12-15 17:33:08 +0000
commit8d12bd32cd6d72a2a220b4e6580096f5d293a611 (patch)
tree62b852318f9557852d4c4123d367e9e527c2b91a /winsup/utils
parent645298660173d29ccaffe69c64430a4bc212d663 (diff)
downloadcygnal-8d12bd32cd6d72a2a220b4e6580096f5d293a611.tar.gz
cygnal-8d12bd32cd6d72a2a220b4e6580096f5d293a611.tar.bz2
cygnal-8d12bd32cd6d72a2a220b4e6580096f5d293a611.zip
* passwd.c (main): Put how to delete the registry password on its own
line in passwd -R output.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog5
-rw-r--r--winsup/utils/passwd.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index a41e5afea..11e372551 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-15 Corinna Vinschen <corinna@vinschen.de>
+
+ * passwd.c (main): Put how to delete the registry password on its own
+ line in passwd -R output.
+
2008-12-13 Christopher Faylor <me+cygwin@cgf.cx>
* utils.sgml: Convert some backslashes to slashes.
diff --git a/winsup/utils/passwd.c b/winsup/utils/passwd.c
index 7b9e26420..3ef4f92d0 100644
--- a/winsup/utils/passwd.c
+++ b/winsup/utils/passwd.c
@@ -503,7 +503,8 @@ main (int argc, char **argv)
"Note that storing even obfuscated passwords in the registry is not overly\n"
"secure. Use this feature only if the machine is adequately locked down.\n"
"Don't use this feature if you don't need network access within a remote\n"
-"session. You can delete your stored password by specifying an empty password.\n\n");
+"session.\n\n"
+"You can delete your stored password by specifying an empty password.\n\n");
strcpy (newpwd, getpass ("Enter your current password: "));
if (strcmp (newpwd, getpass ("Re-enter your current password: ")))
eprint (0, "Password is not identical.");