]> sourceware.org Git - newlib-cygwin.git/commitdiff
* uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 30 Oct 2014 16:07:04 +0000 (16:07 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 30 Oct 2014 16:07:04 +0000 (16:07 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/uinfo.cc

index 5e88b8046ea64af6994076e43bbcc383c23d9d50..a048c78043533008eca103fce322c03ab73d8a95 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-30  Corinna Vinschen  <corinna@vinschen.de>
+
+       * uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.
+
 2014-10-29  Corinna Vinschen  <corinna@vinschen.de>
 
        * cygheap.cc (init_cygheap::init_installation_root): Create content of
index 75b447287fad717f1fa2a79df712d9855f10a763..8b9266f9d314bf23a7306de4bf5f2f88dda869a7 100644 (file)
@@ -339,7 +339,7 @@ cygheap_user::ontherange (homebodies what, struct passwd *pw)
        {
          if (pw && pw->pw_dir && *pw->pw_dir)
            {
-             debug_printf ("Set HOME (from /etc/passwd) to %s", pw->pw_dir);
+             debug_printf ("Set HOME (from account db) to %s", pw->pw_dir);
              setenv ("HOME", pw->pw_dir, 1);
            }
          else
This page took 0.034088 seconds and 5 git commands to generate.