Date: Sun, 14 Sep 2014 11:10:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193621] fail2ban doesn't use syslog correctly-patch attached Message-ID: <bug-193621-13-JgG0UY3KBV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193621-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193621-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193621 --- Comment #3 from theis@gmx.at --- Yes, that's right, he was referring to cleanvar. And I didn't try to understand what cleanvar will do in detail ... But the problem remains that pkg_plist has to add a dummy file (.keep_me) so that the installation creates the directory, but cleanvar would remove that file which will cause an error in pkg check -Ba. And I just found a comment from him, stating that cleanvar removes files and empty directories from /var/run. So the first call would remove .keep_me, leaving behind an empty directory, a second call would remove the directory if it were not populated by fail2ban in the meantime. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193621-13-JgG0UY3KBV>