diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-11-12 22:38:39 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-11-20 10:49:11 +0200 |
commit | 68535b5649e21bebe712252a04a5a6de3768f756 (patch) | |
tree | 5ec6fb85b5e1b650b0fdedccc446deb62c59deaa /debian/mariadb-plugin-mroonga.prerm | |
parent | 039bab2290f3ec7cdc53ddca5ba7cb236f6f10e8 (diff) | |
download | mariadb-git-68535b5649e21bebe712252a04a5a6de3768f756.tar.gz |
Deb: correct comment about socket auth in Spider/Mroong maintainer scripts
Diffstat (limited to 'debian/mariadb-plugin-mroonga.prerm')
-rw-r--r-- | debian/mariadb-plugin-mroonga.prerm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/mariadb-plugin-mroonga.prerm b/debian/mariadb-plugin-mroonga.prerm index 3f707f1741f..b64ea064142 100644 --- a/debian/mariadb-plugin-mroonga.prerm +++ b/debian/mariadb-plugin-mroonga.prerm @@ -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 |