[kexec-tools/f19] kdump: Do not output debug messages by default

Baoquan He baoquan at fedoraproject.org
Tue Jun 18 09:25:47 UTC 2013


commit f9779c913943b9195d7331c854528455f19ea47d
Author: Vivek Goyal <vgoyal at redhat.com>
Date:   Tue Jun 11 10:07:12 2013 -0400

    kdump: Do not output debug messages by default
    
    Currently "set -x" is specified in dracut-kdump.sh and I see the script
    execution commands by default on console while testing with F19. That's
    not right. This should be done only if user asked for it. Remove it.
    
    Signed-off-by: Vivek Goyal <vgoyal at redhat.com>
    Acked-by: WANG Chao <chaowang at redhat.com>

 dracut-kdump.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/dracut-kdump.sh b/dracut-kdump.sh
index ae67b1c..4b9e36f 100755
--- a/dracut-kdump.sh
+++ b/dracut-kdump.sh
@@ -4,7 +4,6 @@ exec >&2
 . /lib/dracut-lib.sh
 
 set -o pipefail
-set -x
 KDUMP_PATH="/var/crash"
 CORE_COLLECTOR=""
 DEFAULT_CORE_COLLECTOR="makedumpfile -c --message-level 1 -d 31"


More information about the scm-commits mailing list