[MDEV-18841] Get rid of deprecated /var/run paths Created: 2019-03-06 Updated: 2023-03-18 Resolved: 2020-08-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Scripts & Clients |
| Affects Version/s: | 5.5, 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.5.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kristyna Streitova | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Probably in all distros "/var/run" was migrated to "/run" but you can still find remnants of "/var/run" paths in mariadb files:
It should be updated to "/run". |
| Comments |
| Comment by Faustin Lammler [ 2019-12-23 ] | ||||||||||||||||||||||||
|
Hi serg! https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html | ||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2019-12-24 ] | ||||||||||||||||||||||||
|
Yes, we'll move eventually | ||||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2020-08-22 ] | ||||||||||||||||||||||||
|
Some of this was fixed by danblack in b2feb030014f5ff7d71cd55326a93cc709386407 and me in aaaf005ce61a543f1a1470b179ccb535698b36ef and bb8477778b72f047437b2a03a2bd38997e155f10 but there are still occurences of it:
| ||||||||||||||||||||||||
| Comment by Daniel Black [ 2020-08-24 ] | ||||||||||||||||||||||||
|
cmake/systemd.cmake - still hoping for removal - https://github.com/MariaDB/server/pull/1105 | ||||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2020-11-22 ] | ||||||||||||||||||||||||
|
faust We still have
| ||||||||||||||||||||||||
| Comment by Faustin Lammler [ 2020-11-23 ] | ||||||||||||||||||||||||
|
HI!
Handled by https://github.com/MariaDB/server/pull/1105, I will see with danblack how to proceed. For:
and also:
Maybe anel wants to take a look and confirm that it's easy to test that it can easily be changed? | ||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2020-11-23 ] | ||||||||||||||||||||||||
|
danblack is PR #1105 related to this MDEV? If yes should MDEV be open?
| ||||||||||||||||||||||||
| Comment by Daniel Black [ 2022-03-22 ] | ||||||||||||||||||||||||
|
> PR #1105 related to this MDEV? If yes should MDEV be open? Its the final piece of the cleanup. Given the time passed, make a new MDEV for it 1105. | ||||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2023-03-18 ] | ||||||||||||||||||||||||
|
Filed this now as |