[MXS-297] postinstall on debian copies wrong file in /etc/init.d Created: 2015-07-30 Updated: 2015-08-20 Resolved: 2015-08-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Joffrey MICHAIE (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi, In /usr/share/maxscale/postinst, we copy a file maxscale.conf to /etc/init.d/:
This file contains:
I think this file is supposed to go somewhere else, like /etc/ld.so.conf.d Also, more general, /usr/modules doesn't exist and doesn't contain shared libraries, as far as I know. What is the purpose of this postinstall step ? Thanks, |
| Comments |
| Comment by markus makela [ 2015-08-03 ] |
|
Fixed the installation destination to /etc/ld.so.conf.d |