aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-30 21:36:26 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-30 21:36:26 +0000
commitd3330c1a9d28eb52a73bea9813e2764bc7260e90 (patch)
treed4cfc1f27c47026378b61568b9019c1bbbf78b62
parentMerge pull request #3931 from glitsj16/follow-up-3914 (diff)
downloadfirejail-d3330c1a9d28eb52a73bea9813e2764bc7260e90.tar.gz
firejail-d3330c1a9d28eb52a73bea9813e2764bc7260e90.tar.zst
firejail-d3330c1a9d28eb52a73bea9813e2764bc7260e90.zip
add quiet to lzdiff/lzmadec (#3932)
* add quiet to lzdiff * add quiet to lzmadec
-rw-r--r--etc/profile-a-l/lzdiff.profile1
-rw-r--r--etc/profile-a-l/lzmadec.profile1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/lzdiff.profile b/etc/profile-a-l/lzdiff.profile
index b8b8772f5..1e2e17eee 100644
--- a/etc/profile-a-l/lzdiff.profile
+++ b/etc/profile-a-l/lzdiff.profile
@@ -1,6 +1,7 @@
1# Firejail profile alias for cpio 1# Firejail profile alias for cpio
2# Description: Library and command line tools for XZ and LZMA compressed files 2# Description: Library and command line tools for XZ and LZMA compressed files
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include lzdiff.local 6include lzdiff.local
6# Persistent global definitions 7# Persistent global definitions
diff --git a/etc/profile-a-l/lzmadec.profile b/etc/profile-a-l/lzmadec.profile
index 845de0dda..9dac75927 100644
--- a/etc/profile-a-l/lzmadec.profile
+++ b/etc/profile-a-l/lzmadec.profile
@@ -1,6 +1,7 @@
1# Firejail profile alias for xzdec 1# Firejail profile alias for xzdec
2# Description: Library and command line tools for XZ and LZMA compressed files 2# Description: Library and command line tools for XZ and LZMA compressed files
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet
4# Persistent local customizations 5# Persistent local customizations
5include lzmadec.local 6include lzmadec.local
6# Persistent global definitions 7# Persistent global definitions