[PATCH] find -group (update) -depth

Denis Vlasenko vda.linux at googlemail.com
Wed Apr 4 23:24:35 UTC 2007


On Wednesday 04 April 2007 10:50, Natanael Copa wrote:
> The attatched patch contains a minor update to the previous find -group
> patch I posted:
> http://www.busybox.net/lists/busybox/2007-April/026976.html
> 
> The change is that it now uses 
>  
>   if (parm == PARM_group)
> 
> instead of 
> 
>   if (strcmp(arg, "-group") == 0)
> 
> I didn't notice that change in the svn before. Sorry.
> 
> This patch also adds the -depth option to process contens in dirs before
> processing the dir itself (useful when deleting stuff)
> 
> I intend to look at -delete and -path/-wholename but i dont know if I
> should post incremental patches or one big with all additions?

I find it easier to see one bigger patch.

> Or should I wait until this patch have been commited?

I am testing your patch and will apply in a few minutes.
Base your work on current svn.

Thanks!
--
vda



More information about the busybox mailing list