Blame SOURCES/0004-Don-t-be-verbose-if-you-are-not-on-a-tty.patch

f4d2ee
From 9e22ab3619d68277c89926f3f31e37a9101ca082 Mon Sep 17 00:00:00 2001
e65efd
From: Dan Walsh <dwalsh@redhat.com>
e65efd
Date: Fri, 14 Feb 2014 12:32:12 -0500
e65efd
Subject: [PATCH] Don't be verbose if you are not on a tty
1a445b
Content-type: text/plain
e65efd
e65efd
---
e65efd
 policycoreutils/scripts/fixfiles | 1 +
e65efd
 1 file changed, 1 insertion(+)
e65efd
e65efd
diff --git a/policycoreutils/scripts/fixfiles b/policycoreutils/scripts/fixfiles
f4d2ee
index 166af6f360a2..ebe64563c7d7 100755
e65efd
--- a/policycoreutils/scripts/fixfiles
e65efd
+++ b/policycoreutils/scripts/fixfiles
e65efd
@@ -108,6 +108,7 @@ exclude_dirs_from_relabelling() {
e65efd
 fullFlag=0
e65efd
 BOOTTIME=""
e65efd
 VERBOSE="-p"
e65efd
+[ -t 1 ] || VERBOSE=""
e65efd
 FORCEFLAG=""
1a445b
 THREADS=""
e65efd
 RPMFILES=""
e65efd
-- 
f4d2ee
2.39.1
e65efd