On Fri, Oct 23, 2015 at 3:14 PM, Bartosz Gołaszewski
<[email protected]> wrote:
>>> Like
>>> for example being able to redirect the events to stdout instead of
>>> only being able to pass them as arguments to PROG? This is how
>>> inotifywait works BTW.
>>
>> It already does that:
>>
>> BusyBox v1.25.0.git (2015-10-19 04:25:25 CEST) multi-call binary.
>>
>> Usage: inotifyd PROG FILE1[:MASK]...
>>
>> Run PROG on filesystem changes.
>> When a filesystem event matching MASK occurs on FILEn,
>> PROG ACTUAL_EVENTS FILEn [SUBFILE] is run.
>> If PROG is -, events are sent to stdout.
>> ^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> # inotifyd - /etc:r
>> r    /etc
>> r    /etc    ld.so.cache
>> r    /etc    ld.so.cache
>> r    /etc    ld.so.cache
>> r    /etc    ld.so.cache
>> r    /etc    ld.so.cache
>> r    /etc    magic
>> r    /etc    bashrc
>> r    /etc    bashrc
>> ...
>
> Indeed, I forgot.
>
> Just to clarify - is it a definite no to the patch?

I want to help you by looking at actual setup you want to speed up.

By seeing your problem, I might be convinced that your solution
is indeed necessary ;)
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to