From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8971 invoked from network); 22 Feb 2008 17:24:54 -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; 22 Feb 2008 17:24:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 54564 invoked from network); 22 Feb 2008 17:24:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Feb 2008 17:24:49 -0000 Received: (qmail 406 invoked by alias); 22 Feb 2008 17:24:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24584 Received: (qmail 390 invoked from network); 22 Feb 2008 17:24:46 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Feb 2008 17:24:46 -0000 Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by bifrost.dotsrc.org (Postfix) with ESMTP id 7FDCF8026E0B for ; Fri, 22 Feb 2008 18:24:38 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JWN004BYHHG2I90@vms042.mailsrvcs.net> for zsh-workers@sunsite.dk; Fri, 22 Feb 2008 11:20:06 -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 m1MHK3tM026371 for ; Fri, 22 Feb 2008 09:20:04 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m1MHK2u9026370 for zsh-workers@sunsite.dk; Fri, 22 Feb 2008 09:20:02 -0800 Date: Fri, 22 Feb 2008 09:20:02 -0800 From: Bart Schaefer Subject: Re: Shebang diff In-reply-to: <20080222155619.GA12824@scowler.net> To: zsh-workers@sunsite.dk Message-id: <080222092002.ZM26369@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> Comments: In reply to Clint Adams "Re: Shebang diff" (Feb 22, 10:56am) X-Virus-Scanned: ClamAV 0.91.2/5937/Fri Feb 22 16:13:41 2008 on bifrost X-Virus-Status: Clean On Feb 22, 10:56am, Clint Adams wrote: } Subject: Re: Shebang diff } } 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.