[6068] in Moira
Re: /etc/shells.moira from r4009 never gets called
daemon@ATHENA.MIT.EDU (Garry P Zacheiss)
Wed Aug 24 14:08:23 2011
From: Garry P Zacheiss <zacheiss@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
CC: "moiradev@mit.edu" <moiradev@mit.edu>
Date: Wed, 24 Aug 2011 14:08:16 -0400
Message-ID: <79E45F5F-709F-4286-BF65-B0DB085F9688@exchange.mit.edu>
In-Reply-To: <alpine.DEB.2.02.1108241128250.17108@INFINITE-LOOP.MIT.EDU>
Content-Language: en-US
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Sure, change checked in.
Garry
On Aug 24, 2011, at 11:31 AM, Jonathan Reed wrote:
> The patch commited in r4009 to use an /etc/shells.moira file never gets 
> called on modern Linux, because it uses getusershell(3) instead of the one 
> in chsh.c.
> 
> Can we just use the one in chsh.c unconditionally?
> 
> (Or decide we're never going back to Solaris and don't care if a user 
> wants /bin/ksh as their shell?)
> 
> -Jon