mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Deb: correct comment about socket auth in Spider/Mroong maintainer scripts
This commit is contained in:
parent
039bab2290
commit
68535b5649
3 changed files with 0 additions and 6 deletions
2
debian/mariadb-plugin-mroonga.postinst
vendored
2
debian/mariadb-plugin-mroonga.postinst
vendored
|
@ -3,8 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Install Mroonga
|
# 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
|
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
|
# 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
|
set -e
|
||||||
|
|
||||||
# Install Mroonga
|
# 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
|
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
|
# 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
|
set -e
|
||||||
|
|
||||||
# Install Spider
|
# 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
|
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
|
# Always exit with success instead of leaving dpkg in a broken state
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue