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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A379B15800F for ; Mon, 9 Jan 2023 05:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C2EE07DB; Mon, 9 Jan 2023 05:44:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCE5EE07DB for ; Mon, 9 Jan 2023 05:44:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC9B4340E98 for ; Mon, 9 Jan 2023 05:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC677F4 for ; Mon, 9 Jan 2023 05:44:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673242954.eb24160785770dc8898b14ecfa603e56e2a85186.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/, app-admin/rasdaemon/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rasdaemon/files/rasdaemon.confd app-admin/rasdaemon/rasdaemon-0.6.8-r1.ebuild app-admin/rasdaemon/rasdaemon-0.6.8.ebuild X-VCS-Directories: app-admin/rasdaemon/ app-admin/rasdaemon/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eb24160785770dc8898b14ecfa603e56e2a85186 X-VCS-Branch: master Date: Mon, 9 Jan 2023 05:44:23 +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: 7b9a946d-4343-4a3d-a3a9-39f115552353 X-Archives-Hash: 87ab28080378edfeb25fc5b525c3e7b1 commit: eb24160785770dc8898b14ecfa603e56e2a85186 Author: Sam James gentoo org> AuthorDate: Mon Jan 9 05:42:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 9 05:42:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb241607 app-admin/rasdaemon: enable --record for OpenRC by default No reason not to now that we have SQLite support by default too. Bug: https://bugs.gentoo.org/834964 Signed-off-by: Sam James gentoo.org> app-admin/rasdaemon/files/rasdaemon.confd | 2 +- .../rasdaemon/{rasdaemon-0.6.8.ebuild => rasdaemon-0.6.8-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/rasdaemon/files/rasdaemon.confd b/app-admin/rasdaemon/files/rasdaemon.confd index 3241ef438dab..413f9f742cd4 100644 --- a/app-admin/rasdaemon/files/rasdaemon.confd +++ b/app-admin/rasdaemon/files/rasdaemon.confd @@ -1,2 +1,2 @@ # pass the --record option if sqlite is enabled and you wish store events in sqlite -#RASDAEMON_ARGS=--record +RASDAEMON_ARGS=--record diff --git a/app-admin/rasdaemon/rasdaemon-0.6.8.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.8-r1.ebuild similarity index 100% rename from app-admin/rasdaemon/rasdaemon-0.6.8.ebuild rename to app-admin/rasdaemon/rasdaemon-0.6.8-r1.ebuild