This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Z shell entries in /etc/shells?


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 <ead@ixian.com>

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]