Moved CMake modules to a separate directory and disabled local installs of system files when building packages.
The building of packages with CMake now requires the -DPACKAGE=Y flag to be set when configuring CMake.
This commit is contained in:
9
etc/DESCRIPTION
Normal file
9
etc/DESCRIPTION
Normal file
@ -0,0 +1,9 @@
|
||||
The MariaDB Corporation MaxScale is an intelligent proxy that allows forwarding of
|
||||
database statements to one or more database servers using complex rules,
|
||||
a semantic understanding of the database statements and the roles of
|
||||
the various servers within the backend cluster of databases.
|
||||
|
||||
MaxScale is designed to provide load balancing and high availability
|
||||
functionality transparently to the applications. In addition it provides
|
||||
a highly scalable and flexibile architecture, with plugin components to
|
||||
support different protocols and routing decissions.
|
5
etc/postinst.in
Executable file
5
etc/postinst.in
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
install @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
|
||||
install @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
|
||||
/sbin/ldconfig
|
3
etc/postrm.in
Executable file
3
etc/postrm.in
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
rm /etc/init.d/maxscale
|
||||
rm /etc/ld.so.conf.d/maxscale.conf
|
Reference in New Issue
Block a user