From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14256 invoked from network); 20 Sep 2005 15:58:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Sep 2005 15:58:16 -0000 Received: (qmail 84225 invoked from network); 20 Sep 2005 15:58:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Sep 2005 15:58:09 -0000 Received: (qmail 20762 invoked by alias); 20 Sep 2005 15:58:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9429 Received: (qmail 20753 invoked from network); 20 Sep 2005 15:58:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Sep 2005 15:58:02 -0000 Received: (qmail 83176 invoked from network); 20 Sep 2005 15:58:02 -0000 Received: from vms042pub.verizon.net (206.46.252.42) by a.mx.sunsite.dk with SMTP; 20 Sep 2005 15:58:00 -0000 Received: from candle.brasslantern.com ([71.116.81.225]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IN4009TGHOM2H30@vms042.mailsrvcs.net> for zsh-users@sunsite.dk; Tue, 20 Sep 2005 10:57:59 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j8KFvuBC009526 for ; Tue, 20 Sep 2005 08:57:56 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j8KFvuAF009525 for zsh-users@sunsite.dk; Tue, 20 Sep 2005 08:57:56 -0700 Date: Tue, 20 Sep 2005 15:57:55 +0000 From: Bart Schaefer Subject: Re: ulimit "command not found" when run from a script on NetBSD In-reply-to: <20050920145440.GA3153@quark.hightek.org> To: zsh-users@sunsite.dk Message-id: <1050920155755.ZM9524@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <20050919192129.GA23976@quark.hightek.org> <1050920020712.ZM8701@candle.brasslantern.com> <200509200654.58805.arvidjaar@newmail.ru> <20050920145440.GA3153@quark.hightek.org> Comments: In reply to Vincent Stemen "Re: ulimit "command not found" when run from a script on NetBSD" (Sep 20, 9:54am) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On Sep 20, 9:54am, Vincent Stemen wrote: } Subject: Re: ulimit "command not found" when run from a script on NetBSD } } Is this something that can be easily corrected in zsh? Most immediately, you can put zmodload -ab -i zsh/rlimits ulimit into /etc/zshrc. Longer-term, the developers need to get the equivalent of that into the (auto-generated) Src/bltinmods.list file.