diff options
author | Bryan Evenson <bevenson@melinkcorp.com> | 2015-04-14 17:08:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 22:38:35 +0100 |
commit | edeeee8432dc749b02e5e6eca0503229e394ebd3 (patch) | |
tree | 37c7d53dc72a8162cfaf8151585137c64b8f2440 /scripts/pybootchartgui/pybootchartgui.py | |
parent | bcb124931af57dc2f9d8fe9cbbabd5f8ee58e414 (diff) | |
download | openembedded-core-edeeee8432dc749b02e5e6eca0503229e394ebd3.tar.gz openembedded-core-edeeee8432dc749b02e5e6eca0503229e394ebd3.tar.bz2 openembedded-core-edeeee8432dc749b02e5e6eca0503229e394ebd3.zip |
base-files: Check for /run and /var/lock softlinks on upgrade
Commit ea647cd9eebdc3e3121b84074519c4bb305adac9 moved the locations
of /run and /var/lock to match the FHS 3 draft specifications.
However, the install doesn't remove the existing directories.
As a result, upgrading a system may result in /run as a softlink
to /var/run and /var/run as a softlink to /run, creating a circular
link.
During pre-install, check for the existence of the old softlinks and
remove them so the new directories can be installed.
Signed-off-by: Bryan Evenson <bevenson@melinkcorp.com>
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui.py')
0 files changed, 0 insertions, 0 deletions