From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 8 17:40:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5357D1065672 for ; Thu, 8 Mar 2012 17:40:15 +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 3E9808FC17 for ; Thu, 8 Mar 2012 17:40:15 +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 q28HeFhT087143 for ; Thu, 8 Mar 2012 17:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q28HeFqN087142; Thu, 8 Mar 2012 17:40:15 GMT (envelope-from gnats) Date: Thu, 8 Mar 2012 17:40:15 GMT Message-Id: <201203081740.q28HeFqN087142@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: Thu, 08 Mar 2012 17:40:15 -0000 The following reply was made to PR ports/164659; it has been noted by GNATS. From: Christoph Theis To: Matthias Fechner Cc: bug-followup@FreeBSD.org Subject: Re: ports/164659: security/py-fail2ban overwrite config files Date: Thu, 08 Mar 2012 18:37:02 +0100 Hi Matthias! Am 07.03.2012 15:45, schrieb Matthias Fechner: > thanks for the information, I learned that lesson the hard way and had > to restore all changed config files from a backup. Ooops :( > To save other users from this experience my suggestion with the provided > patch was to display a short instruction what has to be configured after > the installation is done. > > I do not need that patch, I know it now, but maybe it helps a user which > is new to fail2ban, to lose the config file with an upgrade. I know that other projects install config files as "sample", but those don't have the concept of .local files. So doing both, .sample and .local, is something like "Gürtel und Hosenträger". But with the next update I will display a message hinting users at using .local files, as you suggested. I won't do a patch right now, there is no need to push an update for a better message what to do in case of updates ... Best regards and thank you for your feedback Christoph