Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15698.4031.392803.730347@idiom.com> Date: Wed, 7 Aug 2002 23:29:19 -0700 (PDT) From: Eric De Mund To: Subject: Z shell entries in /etc/shells? Reply-To: Eric De Mund X-Humans-Reply-To: Eric De Mund X-Cellular: +1 (650) 303-4336 X-Fax: +1 (240) 282-4443 X-URL: X-POM: The Moon is New Organization: Ixian Systems, Inc. Hello, Is the Z shell unintentionally not listed in /etc/shells? I just wiped and reinstalled all of cygwin, including my beloved zsh (4.0.4-1), and noticed that /etc/shells does not include mention of it. Here's a patch: ------------------------------ --- /etc/shells.orig 2002-08-07 19:54:34.000000000 -0700 +++ /etc/shells 2002-08-07 23:13:30.000000000 -0700 @@ -1,6 +1,8 @@ /bin/sh /bin/bash /bin/tcsh +/bin/zsh /usr/bin/sh /usr/bin/bash /usr/bin/tcsh +/usr/bin/zsh ------------------------------ Regards, Eric "There are two kinds of truth, small truth and great truth. You can recognize a small truth because its opposite is a falsehood. The opposite of a great truth is another great truth." --Niels Bohr -- Eric De Mund -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/