X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-distro%2Frecipes-security%2Fgssproxy%2Ffiles%2FClarify-debug-and-debug_level-in-man-pages.patch;fp=meta-starlingx%2Fmeta-stx-distro%2Frecipes-security%2Fgssproxy%2Ffiles%2FClarify-debug-and-debug_level-in-man-pages.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=242ebe5e9ab887a7da18e42f7c82d6717f636127;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-distro/recipes-security/gssproxy/files/Clarify-debug-and-debug_level-in-man-pages.patch b/meta-starlingx/meta-stx-distro/recipes-security/gssproxy/files/Clarify-debug-and-debug_level-in-man-pages.patch deleted file mode 100644 index 242ebe5..0000000 --- a/meta-starlingx/meta-stx-distro/recipes-security/gssproxy/files/Clarify-debug-and-debug_level-in-man-pages.patch +++ /dev/null @@ -1,74 +0,0 @@ -From 384a1cff4855ad612ca71d3831a0c2c19a355c49 Mon Sep 17 00:00:00 2001 -From: Robbie Harwood -Date: Wed, 11 Apr 2018 16:01:21 -0400 -Subject: [PATCH] Clarify debug and debug_level in man pages - -In particular, add debug_level to gssproxy(5) since it was previously -accepted but not documented. - -Signed-off-by: Robbie Harwood -Reviewed-by: Simo Sorce -Merges: #229 -(cherry picked from commit e0e96e46be03102903533a9816b4deefe1adfaf8) ---- - proxy/man/gssproxy.8.xml | 24 +++++++++++++++++++++++- - proxy/man/gssproxy.conf.5.xml | 5 ++++- - 2 files changed, 27 insertions(+), 2 deletions(-) - -diff --git a/proxy/man/gssproxy.8.xml b/proxy/man/gssproxy.8.xml -index 1df4b0d..21f7e6a 100644 ---- a/proxy/man/gssproxy.8.xml -+++ b/proxy/man/gssproxy.8.xml -@@ -118,13 +118,35 @@ - - - -+ - - - , - - - -- Turn on debugging. -+ Turn on debugging. This option is identical to -+ --debug-level=1. -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ Turn on debugging at the specified level. 0 -+ corresponds to no logging, while 1 turns on basic -+ debug logging. Level 2 increases verbosity, including -+ more detailed credential verification. -+ -+ -+ At level 3 and above, KRB5_TRACE output is logged. If -+ KRB5_TRACE was already set in the execution -+ environment, trace output is sent to its value -+ instead. - - - -diff --git a/proxy/man/gssproxy.conf.5.xml b/proxy/man/gssproxy.conf.5.xml -index ad9d96f..abb6745 100644 ---- a/proxy/man/gssproxy.conf.5.xml -+++ b/proxy/man/gssproxy.conf.5.xml -@@ -191,7 +191,10 @@ - - debug (boolean) - -- Enable debugging to syslog. -+ -+ Enable debugging to syslog. Setting to true is -+ identical to setting debug_level to 1. -+ - Default: debug = false - -