Blame SOURCES/0001-don-t-use-f-in-dbxtool.service.patch

089977
From 8a6039df37353a3ef9208de0c4d63b611f549922 Mon Sep 17 00:00:00 2001
089977
From: Peter Jones <pjones@redhat.com>
089977
Date: Thu, 19 Oct 2017 12:46:53 -0400
089977
Subject: [PATCH 1/2] *don't* use -f in dbxtool.service
089977
089977
Use -q to make it quiet but don't try to override it when we think it
089977
won't work.
089977
089977
Related: rhbz#1489942
089977
089977
Signed-off-by: Peter Jones <pjones@redhat.com>
089977
---
089977
 src/dbxtool.service | 2 +-
089977
 1 file changed, 1 insertion(+), 1 deletion(-)
089977
089977
diff --git a/src/dbxtool.service b/src/dbxtool.service
089977
index fcfb6e6..1a2a829 100644
089977
--- a/src/dbxtool.service
089977
+++ b/src/dbxtool.service
089977
@@ -7,4 +7,4 @@ WantedBy=multi-user.target
089977
 
089977
 [Service]
089977
 RemainAfterExit=yes
089977
-ExecStart=/usr/bin/dbxtool -a /usr/share/dbxtool/ -q -f
089977
+ExecStart=/usr/bin/dbxtool -a /usr/share/dbxtool/ -q
089977
-- 
089977
2.14.2
089977