Bug#876261: Additional surprising behaviour

Enrico Zini enrico at enricozini.org
Wed Sep 20 10:53:34 BST 2017


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 <enrico at enricozini.org>




More information about the Pkg-systemd-maintainers mailing list