39bc6c35f1
Porting all CentOS patches, and also align the file permission with CentOS. Test Plan: Verify the building, installing and booting test PASS: Verify package build PASS: Verify system install PASS: Verify system boot Story: 2009221 Task: 43415 Signed-off-by: Yue Tao <yue.tao@windriver.com> Change-Id: I7766d4aa26420c6f701a0dffaa7e9bf6b77e0c75
16 lines
450 B
Diff
16 lines
450 B
Diff
---
|
|
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
|