From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17588 invoked from network); 22 Sep 2006 02:23:19 -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=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:23:19 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19039 invoked from network); 22 Sep 2006 02:23:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Sep 2006 02:23:10 -0000 Received: (qmail 11185 invoked by alias); 22 Sep 2006 02:23:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10751 Received: (qmail 11175 invoked from network); 22 Sep 2006 02:23:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 22 Sep 2006 02:23:01 -0000 Received: (qmail 17729 invoked from network); 22 Sep 2006 02:23:01 -0000 Received: from ns-2.to-be.co.jp (219.127.155.130) by a.mx.sunsite.dk with SMTP; 22 Sep 2006 02:22:59 -0000 Received: (qmail 97327 invoked from network); 22 Sep 2006 11:22:47 +0900 Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 22 Sep 2006 11:22:47 +0900 Received: (qmail 5782 invoked from network); 22 Sep 2006 11:22:47 +0900 Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 22 Sep 2006 11:22:47 +0900 Received: (qmail 5779 invoked by alias); 22 Sep 2006 11:22:47 +0900 Received: (qmail 5771 invoked from network); 22 Sep 2006 11:22:47 +0900 Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.5.24) by imss-3.it.to-be.co.jp with SMTP; 22 Sep 2006 11:22:47 +0900 To: Message-ID: <20060922112246.3772@henman-np.b-eng.it.to-be.co.jp> From: "djh" Date: Fri, 22 Sep 2006 11:22:46 +0900 cc: Subject: zsh components. X-Mailer: MH-E 8.0.2; GNU Mailutils 1.0.1; GNU Emacs 22.0.50 If the partition that /usr is mounted [assuming its different from /] on goes down can a usr still boot up to fix things if his logon shell is zsh. 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? Darel