X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AE2140F.9060306@cygwin.com> Date: Fri, 23 Oct 2009 16:37:35 -0400 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090320 Remi/2.0.0.21-1.fc8.remi Lightning/0.9 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bash 3.2.49(23): when I start a bash window, $HOME is the DOS value rather than /home/lwv27 References: <558689 DOT 43687 DOT qm AT web30801 DOT mail DOT mud DOT yahoo DOT com> <4AE1FA28 DOT 20105 AT gmail DOT com> <4a89b8680910231255j1a5fe335t72d7d57968f7a583 AT mail DOT gmail DOT com> In-Reply-To: <4a89b8680910231255j1a5fe335t72d7d57968f7a583@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 10/23/2009 03:55 PM, paul DOT hermeneutic AT gmail DOT com wrote: > On Fri, Oct 23, 2009 at 13:47, Dave Korn > wrote: >> The home dir won't just appear when you update mkpasswd; you have to start a >> new shell, when the /etc/profile startup script notices your home dir setting >> doesn't exist it'll kick of the creation process for you. >> >> For the full explanation, see: >> http://cygwin.com/1.7/faq/faq.setup.html#faq.setup.home > > Larry: Huh? Wait. I'm ah... Oh, you meant the other Larry. ;-) > Dave is right. Creating a new shell is a much better way to get the > home directory created. Here is an excerpt from /etc./profile. > > 50 # If the home directory doesn't exist, create it. > 51 if [ ! -d "${HOME}" ]; then ... Maybe I missed this clarification for the OP in the intervening thread messages but if HOME is actually set in the Windows environment, it will override the home path set in '/etc/passwd'. Starting a new shell is certainly required to invoke the mechanism to create the home directory and copy the skeleton files in but that won't happen unless the directory it thinks is "home" doesn't exist. If the Windows environment has $HOME pointing to an existing directory, then the changes in '/etc/passwd' will be transparent no matter what he does. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple