From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 7 10:40:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6000A106566B for ; Wed, 7 Mar 2012 10:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB788FC1B for ; Wed, 7 Mar 2012 10:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q27AeC4Z025643 for ; Wed, 7 Mar 2012 10:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q27AeCGn025642; Wed, 7 Mar 2012 10:40:12 GMT (envelope-from gnats) Date: Wed, 7 Mar 2012 10:40:12 GMT Message-Id: <201203071040.q27AeCGn025642@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Christoph Theis Cc: Subject: Re: ports/164659: security/py-fail2ban overwrite config files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christoph Theis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2012 10:40:12 -0000 The following reply was made to PR ports/164659; it has been noted by GNATS. From: Christoph Theis To: bug-followup@FreeBSD.org, idefix@fechner.net Cc: Subject: Re: ports/164659: security/py-fail2ban overwrite config files Date: Wed, 07 Mar 2012 11:09:47 +0100 I'm sorry for the late answer but I mistook this with http://www.freebsd.org/cgi/query-pr.cgi?pr=159384 (which addresses the same issue but is already closed). Basically: fail2ban uses .local files to change the configuration. fail2ban reads the .conf file first, than a .local file if it exists. See also http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Configuration So you should make your changes not in the .conf files but in a .local file. Christoph