[MDEV-14296] wsrep_sst_common should be moved away from /usr/bin Created: 2017-11-06 Updated: 2023-07-21 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera SST, Packaging, Platform RedHat, Scripts & Clients, wsrep |
| Affects Version/s: | 10.2.10 |
| Fix Version/s: | 11.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michal Schorm | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Environment: |
Fedora - all |
||
| Description |
|
Hello, I came across that "wsrep_sst_*" files in /usr/bin. But the "wsrep_sst_common", which is a library of bash functions for those scripts is not executable, so it should be moved shomewhere like "/usr/share/package-name/" – That require both
|
| Comments |
| Comment by Daniel Black [ 2018-01-14 ] |
|
libexecdir perhaps, noticed some non-mariadb git scripts there without shebang. https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html current use of libexecdir is a bit messy however. |