From 9331aa256a31193661e89aaef8a239708c034c5a Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 14 Aug 2019 17:24:38 -0500 Subject: [PATCH] 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 --- 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 2b89db191cd7..3241ef438dab 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 -- 2.26.2