Vladimir N. Oleynik writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 7 Apr 2004 17:59:04 +0000 (17:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 7 Apr 2004 17:59:04 +0000 (17:59 -0000)
commit66a56aa028b430a3d20ac47c20dccf2aad3b21a0
tree091cbae3d3b7de5f72a060d4475b21ee826dbadf
parent57a0d9156c3e7156ad019e744d7f55097fa96d34
Vladimir N. Oleynik writes:

Hi.

Last changes (rev 1.12) to recursive_actions() by Christian Grigis
have problem.
Test for demonstrate:

$ mkdir aaa bbb ccc
$ su
# chown root bbb
# chmod 700 bbb
# exit
$ busybox chmod 777 -R .
./bbb: Permision denied

But "./ccc" mode not changed. Previous variant works fine,
errors skiped and continued recursion.

--w
vodz
libbb/recursive_action.c