From: Matthew Thode Date: Wed, 14 Aug 2019 22:24:38 +0000 (-0500) Subject: app-admin/rasdaemon: add missing dash to comment in conf.d file X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9331aa256a31193661e89aaef8a239708c034c5a;p=gentoo.git 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 --- 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