[PATCH] find -group (update) -depth

Natanael Copa natanael.copa at gmail.com
Wed Apr 4 08:50:59 UTC 2007


Hi,

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?

Or should I wait until this patch have been commited?

Natanael Copa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: find-group-depth.patch
Type: text/x-patch
Size: 3643 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20070404/9771db66/attachment-0002.bin 


More information about the busybox mailing list