X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=J/ovpjz5EM+L5pDBjFNSHT9yPpxA8YrqioX9AYD2axBwjlfoIOCcP +k3xChqeNrvs6nehPiy/l8Mx0Bzo/CGL9YRh38yvQiuNGL2dbCWbu0bwqkPJRikL XXVrkMGuSQCJVzfF8/uv+BLgV4A2JZgzd9KMzRbf2VHr4aozdROIQ8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=JRca1nbhLcXbaM+/2d83Lwa5Sb8=; b=TK6yKddEp/pmTcBGRc2tLB+gm5SJ AM9f1qN+WopI1wk4dN0QFqSIiEpF8RqbgJ8dKGSqvnyFeGABLRVqrlwEXQ8UF7Pr UuHTmz1of0bHKYYOiZ0+PasMb9rSAyoUra+6k3rF8mJ/w5gyAWWMBu5Ln+9Ujw7x 27Mf5clMWhe7n/E= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*Ad:D*gov, H*MI:sk:c3kkub9, H*MI:sk:1392107, H*f:sk:1392107 X-HELO: blaine.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: Use of SHELL env var by login Date: Tue, 27 Sep 2016 09:12:58 -0400 Lines: 32 Message-ID: <80skub16p5kh2dij73308plbrdcelgdafn@4ax.com> References: <1392107644 DOT 20160927141237 AT yandex DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > Greetings, Andrew Schulman! > > >> I just moved the cygwin installation. The "last" peculiarity I ran into > >> was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe > >> -i /Cygwin-Terminal.ico -", a ps showed > >> > >> /cygdrive/c/cygwin64/bin/bash > >> > >> instead of /usr/bin/bash > >> > >> I tracked this down the the windows setting for SHELL, the one you get > >> to from windows' SystemProperties dialog, which was > >> C:/cygwin64/bin/bash. The /etc/passwd file specifies /bin/bash. > >> > >> Is this expected behavior? (Though I can see why SHELL is there and I'd > >> need to change it) > > > /etc/passwd is deprecated. Since Cygwin 2.5 IIRC, Cygwin no longer looks for it, > > getting information about users directly from the operating system instead. > > Unless you have a special need for it, you should remove it. Same for > > /etc/group. > > > In the absence of /etc/passwd, setting SHELL is the right way to set your login > > shell. > > One of the right ways, I'd say. > If your aim is the integration of both environments, you MAY set variables, > but if you then start a login shell, they may be voided by the startup scripts. > I would advise using "more other" ways to configure Cygwin, i.e. using SAM DB > comment field. OK. First I've heard of that. Can you explain how Ernie would do it? -- 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