maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #08995
Re: [Commits] 4685c90: mariadb@xxxxxxxxxxx should be configured for all systemd platforms.
Hi Nirbhay,
taking into account that CPackRPM won't be able to install it, what's the
purpose of having this configured for all systemd platforms?
Regards,
Sergey
On Tue, Nov 03, 2015 at 05:38:12PM -0500, Nirbhay Choubey wrote:
> revision-id: 4685c903bc822596bcf12cbfdb5bcc4460ed0105
> parent(s): 95289e5b665d6a3e37f938d0db978d0d0166e493
> committer: Nirbhay Choubey
> branch nick: 10.1
> timestamp: 2015-11-03 17:38:11 -0500
> message:
>
> mariadb@xxxxxxxxxxx should be configured for all systemd platforms.
>
> ---
> support-files/CMakeLists.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt
> index 2ab4350..2929db1 100644
> --- a/support-files/CMakeLists.txt
> +++ b/support-files/CMakeLists.txt
> @@ -79,9 +79,9 @@ IF(UNIX)
> IF(HAVE_SYSTEMD)
> CONFIGURE_FILE(mariadb.service.in
> ${CMAKE_CURRENT_BINARY_DIR}/mariadb.service @ONLY)
> + CONFIGURE_FILE(mariadb@xxxxxxxxxxx
> + ${CMAKE_CURRENT_BINARY_DIR}/mariadb@.service @ONLY)
> IF(NOT RPM)
> - CONFIGURE_FILE(mariadb@xxxxxxxxxxx
> - ${CMAKE_CURRENT_BINARY_DIR}/mariadb@.service @ONLY)
> INSTALL(FILES use_galera_new_cluster.conf
> ${CMAKE_CURRENT_BINARY_DIR}/mariadb.service
> ${CMAKE_CURRENT_BINARY_DIR}/mariadb@.service
> _______________________________________________
> commits mailing list
> commits@xxxxxxxxxxx
> https://lists.askmonty.org/cgi-bin/mailman/listinfo/commits
Follow ups