diff options
author | Changqing Li <changqing.li@windriver.com> | 2023-06-30 16:32:20 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-07 04:30:26 -1000 |
commit | e7242a885beb052f72b65eddc21a58075d19eb89 (patch) | |
tree | 35ac0fbff7faf6b1217d6ec743acaaa5ce0c1c16 /scripts/lib/devtool/standard.py | |
parent | d7a0eb9902ae93eb66019db2252e9e473c325ef5 (diff) | |
download | poky-e7242a885beb052f72b65eddc21a58075d19eb89.tar.gz |
dnf: only write the log lock to root for native dnf
From commit 742a1b7124, log_lock.pid is writen to root, but following
file is not changed, which will make it never deleted, and an unexpected
file exist in root dir after boot target.
$ tail -n 1 etc/tmpfiles.d/dnf.conf
r /var/log/log_lock.pid
Besides, root dir may be read-only, so it is better still
keep the log_lock.pid under /var/log, only write the log lock to root
for native dnf for fixing issue mentioned in 742a1b7124
(From OE-Core rev: 207cc7acef40f92b5de306aa6f035258c0eec828)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions