diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-09-08 21:56:25 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-09-09 14:22:30 +0200 |
commit | 416b811a4a87ee642fa6ef8bf2c31e7768c597ec (patch) | |
tree | 467553f10b6dfef9674c6d6efd2492d2166aa8eb /support-files/CMakeLists.txt | |
parent | 7bd2f20e880a5871635260c0a96448631c28b2c5 (diff) | |
download | mariadb-git-416b811a4a87ee642fa6ef8bf2c31e7768c597ec.tar.gz |
MDEV-8775 enabling encryption is too error-prone
create a "preset" file to enable all encryption options at once
Diffstat (limited to 'support-files/CMakeLists.txt')
-rw-r--r-- | support-files/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt index d9302c2d7c0..c45e5e49747 100644 --- a/support-files/CMakeLists.txt +++ b/support-files/CMakeLists.txt @@ -93,6 +93,8 @@ IF(UNIX) COMPONENT Client) INSTALL(FILES rpm/server.cnf DESTINATION ${INSTALL_SYSCONF2DIR} COMPONENT IniFiles) + INSTALL(FILES rpm/enable_encryption.preset DESTINATION ${INSTALL_SYSCONF2DIR} + COMPONENT IniFiles) ENDIF() # This is for SuSE: |