Blame SOURCES/0019-policycoreutils-setfiles-Improve-description-of-d-sw.patch

5b70e6
From 4ee71fa678b4a9ce85d2ec2f9ebf561c8c183124 Mon Sep 17 00:00:00 2001
5b70e6
From: Vit Mojzis <vmojzis@redhat.com>
5b70e6
Date: Wed, 21 Mar 2018 08:51:31 +0100
5b70e6
Subject: [PATCH] policycoreutils/setfiles: Improve description of -d switch
5b70e6
5b70e6
The "-q" switch is becoming obsolete (completely unused in fedora) and
5b70e6
debug output ("-d" switch) makes sense in any scenario. Therefore both
5b70e6
options can be specified at once.
5b70e6
5b70e6
Resolves: rhbz#1271327
5b70e6
---
5b70e6
 policycoreutils/setfiles/setfiles.8 | 2 +-
5b70e6
 1 file changed, 1 insertion(+), 1 deletion(-)
5b70e6
5b70e6
diff --git a/policycoreutils/setfiles/setfiles.8 b/policycoreutils/setfiles/setfiles.8
5b70e6
index 4d28bc9a95c1..8e6c4ab94841 100644
5b70e6
--- a/policycoreutils/setfiles/setfiles.8
5b70e6
+++ b/policycoreutils/setfiles/setfiles.8
5b70e6
@@ -57,7 +57,7 @@ option will force a replacement of the entire context.
5b70e6
 check the validity of the contexts against the specified binary policy.
5b70e6
 .TP
5b70e6
 .B \-d
5b70e6
-show what specification matched each file.
5b70e6
+show what specification matched each file. Not affected by "\-q".
5b70e6
 .TP
5b70e6
 .BI \-e \ directory
5b70e6
 directory to exclude (repeat option for more than one directory).
5b70e6
-- 
5b70e6
2.32.0
5b70e6