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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=tpFy05PbhSs8w/L+Olr7EmtNvCL3Hb5x3N8ozWPUauv 8anxNeizoA2nuI5NU+irWZ6iyoVzjJ15cQgSx5+GEG+fsSkRj2nm8uysJVcEitL5 +JwaR+92E4CRvyK78JpIfRUN0GvCnIJ0y0vQl/XIPPkOploX00xGaOryirdMDjoI = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=JwQODRu3TSga6udhut3qBRF7G60=; b=jymeJr4tEzWzTtal8 aXiea+lPdbMezDMsKuGG9pXT9i3WrQum/N/mVON6RlxBGalk9CF/YXmf7jjP3QlE bmspwrJnv16r6nVS9k3kmp9EpM+aug//DAmvHmK/4uhCfYdHwOLy8TrWe2whmQ8T t5oDDxePxH+H7fDCld4g7x5dXk= 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=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=9KDhQeXV+cIIAaqHZBWOPQyLx5NaZod3VTgOv0Op4WE=; b=B0woSXxhmqmriGZx5UfXrjQcuj9NL52kvmyPDk9a/V9TzErMLZLZ0OomCxnv7n+/to MXKswuM//JM3hQj3XcXwA/XelO6GHJX7e9+Q3bPLj52RoveBGYrc/Vm9VnFxWm+ixjSE NMm21sF63pACaG52Lqrjrlqfk5BqOKXpk20QuuG/lTmEwCsE2BJBbnDaZFzMPB6smyDc +7MjL7LIFBg3l8n+11xvmF6BtelRNsmVhkpN/F6MA88eYs/eRpOPfQvT8Vmx/ZzsT0qO vFTU11CecGs2vFeH0MmRfKYwBXgDbxTL8AIoon49bDicBYYM5wIl7C5H+jxfaC7nJbIe tFqw== X-Gm-Message-State: ALoCoQk84+dfeKIOop/ONhJy4PWSOW8nWqPZ1nkhDyrC/BOBL754cNznfMphP7upx1WO94vG1AYI X-Received: by 10.50.118.104 with SMTP id kl8mr26517651igb.22.1394571537708; Tue, 11 Mar 2014 13:58:57 -0700 (PDT) Message-ID: <531F790D.700@breisch.org> Date: Tue, 11 Mar 2014 16:58:53 -0400 From: "Chris J. Breisch" User-Agent: Postbox 3.0.9 (Windows/20140128) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin64 ignoring /etc/passwd shell field? References: <6f9492621546f3eeca905b6281314451 AT mykolab DOT ch> <530CAA5C DOT 8060505 AT cygwin DOT com> <530D10B2 DOT 7050506 AT jsbc DOT cc> <20140225215511 DOT GB6065 AT calimero DOT vinschen DOT de> <530D261C DOT 5000403 AT jsbc DOT cc> <530D2932 DOT 5010906 AT cygwin DOT com> <20140226100712 DOT GS2246 AT calimero DOT vinschen DOT de> <531489E4 DOT 3000704 AT cwilson DOT fastmail DOT fm> <20140303150531 DOT GD2469 AT calimero DOT vinschen DOT de> <5318CF17 DOT 40102 AT cornell DOT edu> <20140307103548 DOT GA2542 AT calimero DOT vinschen DOT de> In-Reply-To: <20140307103548.GA2542@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Corinna Vinschen wrote: > On Mar 6 14:40, Ken Brown wrote: >> On 3/3/2014 10:05 AM, Corinna Vinschen wrote: >>> On Mar 3 08:55, Charles Wilson wrote: >>>> On 2/26/2014 5:07 AM, Corinna Vinschen wrote: >>>>> Weird, I was pretty sure we already have an /etc/shells file installed >>>>> by default. Apparently not. So, shan't we add one? >>>>> >>>>> /bin/sh >>>>> /bin/bash >>>>> /bin/dash >>>>> /bin/mksh >>>>> /bin/zsh >>>>> /usr/bin/sh >>>>> /usr/bin/bash >>>>> /usr/bin/dash >>>>> /usr/bin/mksh >>>>> /usr/bin/zsh >>>>> >>>>> The base-files package would be a good place to be. David? >>>> Currently inetutils-server provides /etc/defaults/etc/shells. If >>>> that file is required by base functionality now, then I've no >>>> problem removing it and modifying inetutils' postinstall/preremove >>>> scripts. But we'll need to synchronize the uploads of >>>> inetutils-server-$next and base-files-$next. >>>> >>>> Speaking of base-files, version 4.1-2 has been in test now for over >>>> two years...works fine here and fixes a problem with $TEMP and other >>>> "standard" variable names: 4.1-1 set both $TEMP and $temp, but these >>>> are not distinguished by native processes, leading to confusion if a >>>> native process reset $TEMP (but not $temp). >>> I had a problem when running it in an early stage of 64 bit development, >>> but I don't remember at all what the problem was. Do you run it on >>> 64 bit as well? >> I think this is what you're trying to remember: >> >> http://cygwin.com/ml/cygwin/2013-07/msg00114.html > > Thanks for finding this one! Unfortunately David has left us, > apparently. > > Is anybody willing to take over maintainership of the base-files > package? > > > Thanks, > Corinna > It seems no one is interested. I don't know anything about package maintenance for Cygwin, but this particular package doesn't look that hard. I'd be willing to give it a shot. Is the information on this page (http://cygwin.com/setup.html) up-to-date? -- Chris J. Breisch -- 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