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

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