There's additional surprising behaviour, same test case as my previous
email:

touch /tmp/zz   # BEEP (ok)
rm /tmp/zz      # BEEP (ok)
touch /tmp/zz   # Silence (??)
touch /tmp/zz   # BEEP (ok)
rm /tmp/zz      # BEEP (ok)
touch /tmp/zz   # Silence (??)

So it looks like after the file being monitored has been deleted,
notification happens when activity happens in the directory for any file
except the one being monitored.

It looks like in that case there is a condition evaluated the wrong way
round.


Enrico

-- 
GPG key: 4096R/634F4BD1E7AD5568 2009-05-08 Enrico Zini <enr...@enricozini.org>

_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to