This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Delaying 1.3.21 [was Re: Winsock closesocket() problem] (FAQ alert)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]