Bug#438565: initial processing feature, minor fixes

2007-08-22 Thread Bernhard R. Link
* Robert Edmonds [EMAIL PROTECTED] [070822 00:29]: Bernhard R. Link wrote: I like this. Added. Though a bit differently implemented. - no need to make things more complex and portable, when inotify is yet quite linux only, thus just using d_type in dirent instead of stat calls. Hm, I

Bug#438565: initial processing feature, minor fixes

2007-08-22 Thread Robert Edmonds
Bernhard R. Link wrote: This only outputs DT_REG and never DT_UNKNOWN here... (both on nfs-mounted and on local filesystem, both ext3, I think) Hmm, this is the etch/amd64 kernel on JFS here. -- Robert Edmonds [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#438565: initial processing feature, minor fixes

2007-08-21 Thread Robert Edmonds
Bernhard R. Link wrote: I like this. Added. Though a bit differently implemented. - no need to make things more complex and portable, when inotify is yet quite linux only, thus just using d_type in dirent instead of stat calls. Hm, I did this to aid compatibility with etch, actually. ISTM

Bug#438565: initial processing feature, minor fixes

2007-08-18 Thread Bernhard R. Link
package inoticoming tags 438565 + pending thanks * Robert Edmonds [EMAIL PROTECTED] [070817 22:34]: It would be nice if inoticoming could perform its actions against files already existing in the monitored directory when it starts, so I've coded such a feature and attached a diff. I like

Bug#438565: initial processing feature, minor fixes

2007-08-18 Thread Robert Edmonds
Bernhard R. Link wrote: * Robert Edmonds [EMAIL PROTECTED] [070817 22:34]: I also noticed that the man page states Note that since it is a well- behaved daemon, its working directory is / which will be inherited by all actions, but in fact the daemon never invokes chdir(/); so I added

Bug#438565: initial processing feature, minor fixes

2007-08-17 Thread Robert Edmonds
Package: inoticoming Version: 0.1.1-1 Severity: minor It would be nice if inoticoming could perform its actions against files already existing in the monitored directory when it starts, so I've coded such a feature and attached a diff. The patch also updates the syntax() function to match the