mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
Deb: correct comment about socket auth in Spider/Mroong maintainer scripts
This commit is contained in:
2
debian/mariadb-plugin-mroonga.postinst
vendored
2
debian/mariadb-plugin-mroonga.postinst
vendored
@@ -3,8 +3,6 @@
|
||||
set -e
|
||||
|
||||
# Install Mroonga
|
||||
# No user or password parameter is required with new MariaDB that
|
||||
# has unix socket authentication support by default.
|
||||
mysql --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/mroonga/install.sql || true
|
||||
# Always exit with success instead of leaving dpkg in a broken state
|
||||
|
||||
|
2
debian/mariadb-plugin-mroonga.prerm
vendored
2
debian/mariadb-plugin-mroonga.prerm
vendored
@@ -3,8 +3,6 @@
|
||||
set -e
|
||||
|
||||
# Install Mroonga
|
||||
# No user or password parameter is required with new MariaDB that
|
||||
# has unix socket authentication support by default.
|
||||
mysql --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/mroonga/uninstall.sql || true
|
||||
# Always exit with success instead of leaving dpkg in a broken state
|
||||
|
||||
|
2
debian/mariadb-plugin-spider.postinst
vendored
2
debian/mariadb-plugin-spider.postinst
vendored
@@ -3,8 +3,6 @@
|
||||
set -e
|
||||
|
||||
# Install Spider
|
||||
# No user or password parameter is required with new MariaDB that
|
||||
# has unix socket authentication support by default.
|
||||
mysql --defaults-file=/etc/mysql/debian.cnf < /usr/share/mysql/install_spider.sql || true
|
||||
# Always exit with success instead of leaving dpkg in a broken state
|
||||
|
||||
|
Reference in New Issue
Block a user