Deb: correct comment about socket auth in Spider/Mroong maintainer scripts

This commit is contained in:
Otto Kekäläinen 2016-11-12 22:38:39 +02:00
parent 039bab2290
commit 68535b5649
3 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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