From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F28F138334 for ; Sun, 21 Apr 2019 12:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C10E08AA; Sun, 21 Apr 2019 12:54:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DEC3E08AA for ; Sun, 21 Apr 2019 12:54:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BDC9341C32 for ; Sun, 21 Apr 2019 12:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B81566 for ; Sun, 21 Apr 2019 12:54:18 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1555851255.4be9865061ccfd45ac0472e706622e3a31c0c8df.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild net-analyzer/fail2ban/fail2ban-99999999.ebuild X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4be9865061ccfd45ac0472e706622e3a31c0c8df X-VCS-Branch: master Date: Sun, 21 Apr 2019 12:54:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29b86e9e-ee2c-4ef0-bcc2-4a7be70809c0 X-Archives-Hash: a1f6d535c9ee974c86ca209e77d9b26f commit: 4be9865061ccfd45ac0472e706622e3a31c0c8df Author: Jeroen Roovers gentoo org> AuthorDate: Sun Apr 21 12:53:57 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Apr 21 12:54:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be98650 net-analyzer/fail2ban: Explain better how to disable sqlite at run time Bug: https://bugs.gentoo.org/683960 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild | 6 ++++-- net-analyzer/fail2ban/fail2ban-99999999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild index f03ad9d3815..c44c1d21b5a 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild @@ -66,7 +66,7 @@ python_install_all() { systemd_dotmpfilesd files/${PN}-tmpfiles.conf doman man/*.{1,5} - # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. + # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675 insinto /etc/logrotate.d newins files/${PN}-logrotate ${PN} @@ -101,7 +101,9 @@ pkg_postinst() { if ! has_version dev-lang/python[sqlite]; then elog "If you want to use ${PN}'s persistent database, then reinstall" - elog "dev-lang/python with USE=sqlite" + elog "dev-lang/python with USE=sqlite. If you do not use the" + elog "persistent database feature, then you should set" + elog "dbfile = :memory: in fail2ban.conf accordingly." fi if has_version sys-apps/systemd[-python]; then diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index 9dcaaf4be16..a3968f20f62 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -54,7 +54,7 @@ python_install_all() { systemd_dotmpfilesd files/${PN}-tmpfiles.conf doman man/*.{1,5} - # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. + # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675 insinto /etc/logrotate.d newins files/${PN}-logrotate ${PN} @@ -89,7 +89,9 @@ pkg_postinst() { if ! has_version dev-lang/python[sqlite]; then elog "If you want to use ${PN}'s persistent database, then reinstall" - elog "dev-lang/python with USE=sqlite" + elog "dev-lang/python with USE=sqlite. If you do not use the" + elog "persistent database feature, then you should set" + elog "dbfile = :memory: in fail2ban.conf accordingly." fi if has_version sys-apps/systemd[-python]; then