From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24713 invoked from network); 22 Sep 2006 02:50:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Sep 2006 02:50:11 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 43099 invoked from network); 22 Sep 2006 02:50:05 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Sep 2006 02:50:05 -0000 Received: (qmail 12993 invoked by alias); 22 Sep 2006 02:49:54 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10752 Received: (qmail 12984 invoked from network); 22 Sep 2006 02:49:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 Sep 2006 02:49:54 -0000 Received: (qmail 41429 invoked from network); 22 Sep 2006 02:49:54 -0000 Received: from lorien.comfychair.org (64.81.241.43) by a.mx.sunsite.dk with SMTP; 22 Sep 2006 02:49:52 -0000 Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.13.6/8.13.6) with ESMTP id k8M2nkpw018752; Thu, 21 Sep 2006 19:49:46 -0700 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.7/8.13.7/Submit) id k8M2nktA018751; Thu, 21 Sep 2006 19:49:46 -0700 Date: Thu, 21 Sep 2006 19:49:46 -0700 From: Danek Duvall To: djh Cc: zsh-users@sunsite.dk Subject: Re: [10751] zsh components. Message-ID: <20060922024946.GF29933@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , djh , zsh-users@sunsite.dk References: <20060922112246.3772@henman-np.b-eng.it.to-be.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060922112246.3772@henman-np.b-eng.it.to-be.co.jp> User-Agent: mutt-ng/devel-r535 (Linux) On Fri, Sep 22, 2006 at 11:22:46AM +0900, djh wrote: > For example on Solaris, bash, has components in /usr and if that > partition goes down one can't log in again to fix things. > > So is there enough crictical zsh code in the root partition say /bin to > run zsh as a standalone shell without accessing dlls or whatever in a > /usr partition? On Solaris, no part of zsh is in /; it's all in /usr (at least with the bundled zsh). Note that as of Solaris 9, you can your shell to anything, and it'll fall back to /sbin/sh if the defined shell can't be executed. It's not an ideal shell, but it's something. Danek