From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13452 invoked from network); 30 Jan 2008 09:55:03 -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.4 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; 30 Jan 2008 09:55:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 8994 invoked from network); 30 Jan 2008 09:54:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Jan 2008 09:54:58 -0000 Received: (qmail 12601 invoked by alias); 30 Jan 2008 09:54:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24497 Received: (qmail 12588 invoked from network); 30 Jan 2008 09:54:54 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Jan 2008 09:54:54 -0000 Received: from cluster-d.mailcontrol.com (cluster-d.mailcontrol.com [217.69.20.190]) by bifrost.dotsrc.org (Postfix) with ESMTP id 0E08B8029406 for ; Wed, 30 Jan 2008 10:54:51 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([62.189.241.200]) by rly20d.srv.mailcontrol.com (MailControl) with ESMTP id m0U9skPL015263 for ; Wed, 30 Jan 2008 09:54:50 GMT Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 Jan 2008 09:54:48 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.1/8.13.4) with ESMTP id m0U9smQ8004134 for ; Wed, 30 Jan 2008 09:54:48 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.14.1/8.14.1/Submit) with ESMTP id m0U9smQ6004131 for ; Wed, 30 Jan 2008 09:54:48 GMT Message-Id: <200801300954.m0U9smQ6004131@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: Zsh Subject: Re: 4.3.4-dev-8 In-reply-to: <20080130024201.GB17147@prunille.vinc17.org> References: <32478.1201607012@csr.com> <20080129174700.GA25957@scowler.net> <200801291750.m0THoJTh006591@news01.csr.com> <20080129230135.GC10504@blorf.net> <20080130024201.GB17147@prunille.vinc17.org> Comments: In-reply-to Vincent Lefevre message dated "Wed, 30 Jan 2008 03:42:01 +0100." Date: Wed, 30 Jan 2008 09:54:48 +0000 From: Peter Stephenson X-OriginalArrivalTime: 30 Jan 2008 09:54:48.0789 (UTC) FILETIME=[269E8850:01C86326] X-Scanned-By: MailControl A-06-00-00 (www.mailcontrol.com) on 10.68.0.130 X-Virus-Scanned: ClamAV 0.91.2/5603/Wed Jan 30 10:15:27 2008 on bifrost X-Virus-Status: Clean Vincent Lefevre wrote: > On 2008-01-29 15:01:35 -0800, Wayne Davison wrote: > > On Tue, Jan 29, 2008 at 05:50:18PM +0000, Peter Stephenson wrote: > > > That's a problem with CVS we can't easily fix, but I can post process. > > > For now it'll have to be by hand. > > > > You can reqeust such changes via SourceForge support request. I took > > care of that for you, and the files are no longer marked as executable. > > (Except for "configure", which is a generated file -- I don't know > > what's up with that.) > > Clint did *not* say *all* the files. AFAIK, the following files (from > the autotools) should be executable: config.guess, config.sub, > install-sh and mkinstalldirs. I don't know about the other ones. Actually, there are quite a lot miscellaneous scripts that could usefully be executable, and some of the functions are dual purpose. There aren't many of that list that *definitely* shouldn't be executable. Configuration is now broken right from the word go: % sh Util/preconfig cd . && ./.preconfig Util/preconfig: line 7: ./.preconfig: Permission denied Util/preconfig: ./.preconfig failed (status 126) I made and installed a shell from scratch and ".preconfig" was the only thing that failed, although it's rather perverse not having the scripts in Util and Misc executable. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070