]> sourceware.org Git - newlib-cygwin.git/commitdiff
* passwd.c (main): Put how to delete the registry password on its own
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Dec 2008 17:33:08 +0000 (17:33 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Dec 2008 17:33:08 +0000 (17:33 +0000)
line in passwd -R output.

winsup/utils/ChangeLog
winsup/utils/passwd.c

index a41e5afea35aba0e61140fa08c9e39b9f6997dcc..11e3725516ef76d7f0299140dfdfe432492e7ca5 100644 (file)
@@ -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.
index 7b9e264207f41a9c9976e488fa65e8ff3174fdc8..3ef4f92d0de62255ec4f16a0ea81635ce2c33689 100644 (file)
@@ -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.");
This page took 0.035802 seconds and 5 git commands to generate.