Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3E67B692.D273A568@ieee.org> Date: Thu, 06 Mar 2003 15:58:58 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 To: cygwin-developers AT cygwin DOT com Subject: Re: Delaying 1.3.21 [was Re: Winsock closesocket() problem] (FAQ alert) References: <20030306144658 DOT GB2008 AT tishler DOT net> <3E6762CA DOT 8EF5B6A8 AT ieee DOT org> <20030306154047 DOT GC2008 AT tishler DOT net> <3E67917D DOT 58537141 AT ieee DOT org> <20030306200457 DOT GA10932 AT redhat DOT com> <3E67B40D DOT E316CD3B AT ieee DOT org> <20030306204902 DOT GA11566 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > > Ok. David, are you listening? The very least the above should do no > harm -- other than to make some header files executable. I guess it > really should be: > > chmod -R a+x bin sbin usr/sbin usr/local/bin lib/gcc-lib/*.exe > In addition the FAQ could also recommend: CYGWIN=nontsec find . ! -perm -111 -print0 | env -u CYGWIN xargs -0 chmod a-x That will use nontsec intelligence to remove x permissions from files (under . above) that don't need it. Pierre