> > > Here is a patch for both problems.  With this patch, the umask is *always*
> > > set so that intermediate directories will be writable, but the original
> > 
> >         umask(mask & ~0300); /* ensure intermediate dirs are u rx */
> > 
> > comment says "rx" but you actually ensured "rw". "rx" are 5 octal.
> > what was intended?
> 
> Oops.  Comment fixed.  What is intended is that intermediate directories
> be created with the u+wx bits set.
> 
> > Please rediff the patch so that it is a unified diff, applyable
> > with "patch <file" or "patch -p1 <file" at the top of the source tree.
> > Please use tabs for indentation.
> 
> Ok.  Please apply the following with "patch -p1 < file" from the top of
> the source tree.

Applied, thanks!
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to