From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20960 invoked from network); 23 Feb 2008 04:31:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Feb 2008 04:31:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 43273 invoked from network); 23 Feb 2008 04:31:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Feb 2008 04:31:44 -0000 Received: (qmail 8751 invoked by alias); 23 Feb 2008 04:31:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24586 Received: (qmail 8732 invoked from network); 23 Feb 2008 04:31:40 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 23 Feb 2008 04:31:40 -0000 Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by bifrost.dotsrc.org (Postfix) with ESMTP id 1EA0A8026E0B for ; Sat, 23 Feb 2008 05:31:36 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JWO00GAOC0K4QD4@vms173001.mailsrvcs.net> for zsh-workers@sunsite.dk; Fri, 22 Feb 2008 22:19:33 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m1N4VJZl031704 for ; Fri, 22 Feb 2008 20:31:20 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m1N4VJxm031703 for zsh-workers@sunsite.dk; Fri, 22 Feb 2008 20:31:19 -0800 Date: Fri, 22 Feb 2008 20:31:19 -0800 From: Bart Schaefer Subject: Re: Shebang diff In-reply-to: <080222092002.ZM26369@torch.brasslantern.com> To: zsh-workers@sunsite.dk Message-id: <080222203119.ZM31702@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <080216113822.ZM17179@torch.brasslantern.com> <20080217162313.5c274cb8@pws-pc> <080217175005.ZM10158@torch.brasslantern.com> <20080222025459.GB4595@scowler.net> <080221200113.ZM25416@torch.brasslantern.com> <20080222155619.GA12824@scowler.net> <080222092002.ZM26369@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: Shebang diff" (Feb 22, 9:20am) X-Virus-Scanned: ClamAV 0.91.2/5941/Fri Feb 22 23:18:46 2008 on bifrost X-Virus-Status: Clean On Feb 22, 9:20am, Bart Schaefer wrote: } } On Feb 22, 10:56am, Clint Adams wrote: } } } } On Thu, Feb 21, 2008 at 08:01:13PM -0800, Bart Schaefer wrote: } } > It's entirely possible that there's a better place than Functions/Misc/ } } > to put scripts like this, but that place doesn't exist yet in the tree. } } } } What about the scriptdir which contains newuser? } } That's for "source"-able scripts, not executable ones. This raises a question: Why *isn't* it StartupFiles/newuser rather than Scripts/newuser? Then we could put sticky-note, zkbd, zcalc, and maybe checkmail and harden, into Scripts/. They'd still have to get installed into $fpath, though ... There's also run-help, which has a #! line although I'd be surprised if anyone ever runs it as a script. I'm *sure* that needs to be installed into $fpath.