Page 1 of 1

csf.fignore - What am I doing wrong?

Posted: 04 Dec 2017, 18:00
by Protected
I'm getting recurring warnings from lfd dirwatch for this:

/tmp/libjansi-64-9053710114156324912.so

(Reason: "Linux Binary")

This is apparently a legitimate library spawned by a user account running Minecraft Forge, so I'd like to suppress the warnings. I tried adding the following to csf.fignore:

/tmp/libjansi-.*\.so

Restarted and reloaded but I'm still getting the e-mails. Am I missing something? Making an obvious mistake perhaps?

Re: csf.fignore - What am I doing wrong?

Posted: 06 Dec 2017, 10:14
by Elizine
csf.fignore is for LF_DIRWATCH only, not LF_DIRWATCH_FILE. There is no functionality in LF_DIRWATCH_FILE to ignore files within a directory structure you've configured it to watch.