[patch] Create directories with 755 instead of 644.

2005-10-13 Thread David Rothenberger
to those directories fail. The following patch fixed the problem for me. ChangeLog for winsup/cygwin: 2005-10-13 David Rothenberger <[EMAIL PROTECTED]> * Makefile.in: Create directories with 755 permissions. -- David Rothenbergerspammer? -> [EMAIL PROTECTED] GPG/PG

Re: [PATCH] Package content search and listing functionality for cygcheck

2003-08-16 Thread David Rothenberger
Igor Pechtchanski writes: > On Fri, 15 Aug 2003, David Rothenberger wrote: > > > Here's another small patch for "cygcheck -c" that strips leading ./ > > and / from filenames in the package lists. > > > > I have Joshua's packages for buil

Re: [PATCH] Package content search and listing functionality forcygcheck

2003-08-15 Thread David Rothenberger
Igor Pechtchanski writes: > On Fri, 15 Aug 2003, David Rothenberger wrote: > > > I notice that package_list() prints a message in this case with the -v > > switch, but package_find() does not. My personal pref. is for the > > message, but I'll leave it to

Re: [PATCH] Package content search and listing functionality forcygcheck

2003-08-15 Thread David Rothenberger
Igor Pechtchanski wrote: Dave, Thanks for catching this -- this was a genuine bug. Thanks also for the patch, but I have another one in the pipeline that'll conflict with yours (). How about I just resubmit that patch with your changes i

Re: [PATCH] Package content search and listing functionality for cygcheck

2003-08-15 Thread David Rothenberger
think to even try verbose until I read the code. Here's the ridiculously small patch if you agree. Dave == 2003-08-15 David Rothenberger <[EMAIL PROTECTED]> * dump_setup.cc (package_find): Don't stop searching on missing

[PATCH] pwdgrp::read_group(): Don't call free() twice with the same address

2003-08-14 Thread David Rothenberger
reason. Dave == ChangeLog: 2003-08-08 David Rothenberger <[EMAIL PROTECTED]> * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr after free() is called. Index: cygwin/grp.cc === RCS f

Re: patch for winsup/cygwin/Makefile.in

2003-07-23 Thread David Rothenberger
Ronald Landheer-Cieslak writes: > The attached patch fixes a (micro) problem that has been bugging me for a while > now: the various header files could not be installed with a `make install` > without creating the proper directories first. > > patch is against current CVS > > HTH > > r