2023-01-02 14:45:06 +00:00
|
|
|
From 8520b97020f80e271f49d67db1af06dfe3c9d4a3 Mon Sep 17 00:00:00 2001
|
2020-10-14 23:23:12 +00:00
|
|
|
From: Dan Walsh <dwalsh@redhat.com>
|
|
|
|
Date: Fri, 14 Feb 2014 12:32:12 -0500
|
|
|
|
Subject: [PATCH] Don't be verbose if you are not on a tty
|
2022-05-19 18:25:34 +00:00
|
|
|
Content-type: text/plain
|
2020-10-14 23:23:12 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
policycoreutils/scripts/fixfiles | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/policycoreutils/scripts/fixfiles b/policycoreutils/scripts/fixfiles
|
2023-01-02 14:45:06 +00:00
|
|
|
index 166af6f360a2..ebe64563c7d7 100755
|
2020-10-14 23:23:12 +00:00
|
|
|
--- a/policycoreutils/scripts/fixfiles
|
|
|
|
+++ b/policycoreutils/scripts/fixfiles
|
|
|
|
@@ -108,6 +108,7 @@ exclude_dirs_from_relabelling() {
|
|
|
|
fullFlag=0
|
|
|
|
BOOTTIME=""
|
|
|
|
VERBOSE="-p"
|
|
|
|
+[ -t 1 ] || VERBOSE=""
|
|
|
|
FORCEFLAG=""
|
2022-05-19 18:25:34 +00:00
|
|
|
THREADS=""
|
2020-10-14 23:23:12 +00:00
|
|
|
RPMFILES=""
|
|
|
|
--
|
2023-01-02 14:45:06 +00:00
|
|
|
2.39.0
|
2020-10-14 23:23:12 +00:00
|
|
|
|