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 DFE4B138334 for ; Wed, 14 Aug 2019 22:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D528EE07DB; Wed, 14 Aug 2019 22:25:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B8ABCE07DB for ; Wed, 14 Aug 2019 22:25:03 +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 6464D349B7C for ; Wed, 14 Aug 2019 22:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACE76FF for ; Wed, 14 Aug 2019 22:25:00 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1565821478.9331aa256a31193661e89aaef8a239708c034c5a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rasdaemon/files/rasdaemon.confd X-VCS-Directories: app-admin/rasdaemon/files/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 9331aa256a31193661e89aaef8a239708c034c5a X-VCS-Branch: master Date: Wed, 14 Aug 2019 22:25:00 +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: bbf85d3a-e6a8-4721-b5f2-e8c6a3d41608 X-Archives-Hash: 6b082fbdce9e796d528d04cb9565cc07 commit: 9331aa256a31193661e89aaef8a239708c034c5a Author: Matthew Thode gentoo org> AuthorDate: Wed Aug 14 22:24:38 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Aug 14 22:24:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9331aa25 app-admin/rasdaemon: add missing dash to comment in conf.d file Fixes: https://bugs.gentoo.org/692100 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode gentoo.org> app-admin/rasdaemon/files/rasdaemon.confd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/rasdaemon/files/rasdaemon.confd b/app-admin/rasdaemon/files/rasdaemon.confd index 2b89db191cd..3241ef438da 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 +# pass the --record option if sqlite is enabled and you wish store events in sqlite +#RASDAEMON_ARGS=--record