Aligned the package layout with the concurrent Debian packaging conventions. Relocated package files under 'debian/bullseye/' and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility with Bullseye. ldapscripts openldap Change-Id: I210388b5eec233dd8846d590f223cba912783112 Signed-off-by: pmp1 <preetham.mp@windriver.com>
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
|