X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fldapscripts%2Ffiles%2Flog_timestamp.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fldapscripts%2Ffiles%2Flog_timestamp.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=a521d0ed5478619c0c6a9cf3877b03b1d80b5e7b;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/ldapscripts/files/log_timestamp.patch b/meta-starlingx/meta-stx-cloud/recipes-support/ldapscripts/files/log_timestamp.patch deleted file mode 100644 index a521d0e..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/ldapscripts/files/log_timestamp.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - lib/runtime | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/lib/runtime -+++ b/lib/runtime -@@ -863,7 +863,7 @@ fi - # Log command - if [ "$LOGTOFILE" = "yes" ] - then -- log_to_file "$(date '+%b %d %H:%M:%S') $(uname -n | sed 's|\..*$||') ldapscripts: $(basename "$0")($USER): $0 $*" -+ log_to_file "$(date '+%FT%T') $(uname -n | sed 's|\..*$||') ldapscripts: $(basename "$0")($USER): $0 $*" - fi - if [ "$LOGTOSYSLOG" = "yes" ] - then