madhuneal / ppss

Automatically exported from code.google.com/p/ppss
0 stars 0 forks source link

No way to customize the inotifywait event type #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In some cases, with external applications moving files, the inotify "close" 
event is not fired, for the watched directory. The "moved_to" event is fired, 
but watching for that event, in addition to the "close" event, requires a 
modification to the ppss script. 

What version of the product are you using? On what operating system?
PPSS 2.97
Ubuntu 12.04

Original issue reported on code.google.com by pretende...@gmail.com on 2 Feb 2013 at 10:23

GoogleCodeExporter commented 9 years ago
I put together my own fix for this, if anyone else wants it.

https://github.com/Jared314/ppss/compare/master...customize-inotify-event

Original comment by pretende...@gmail.com on 3 Feb 2013 at 9:48