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

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