Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/files/
Date: Wed, 14 Aug 2019 22:25:04
Message-Id: 1565821478.9331aa256a31193661e89aaef8a239708c034c5a.prometheanfire@gentoo
1 commit: 9331aa256a31193661e89aaef8a239708c034c5a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 22:24:38 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 22:24:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9331aa25
7
8 app-admin/rasdaemon: add missing dash to comment in conf.d file
9
10 Fixes: https://bugs.gentoo.org/692100
11 Package-Manager: Portage-2.3.69, Repoman-2.3.17
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-admin/rasdaemon/files/rasdaemon.confd | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/rasdaemon/files/rasdaemon.confd b/app-admin/rasdaemon/files/rasdaemon.confd
18 index 2b89db191cd..3241ef438da 100644
19 --- a/app-admin/rasdaemon/files/rasdaemon.confd
20 +++ b/app-admin/rasdaemon/files/rasdaemon.confd
21 @@ -1,2 +1,2 @@
22 -# pass the -record option if sqlite is enabled and you wish store events in sqlite
23 -#RASDAEMON_ARGS=-record
24 +# pass the --record option if sqlite is enabled and you wish store events in sqlite
25 +#RASDAEMON_ARGS=--record