summaryrefslogtreecommitdiff
path: root/debian/mariadb-plugin-spider.postinst
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@mariadb.org>2016-11-12 22:38:39 +0200
committerOtto Kekäläinen <otto@mariadb.org>2016-11-20 10:49:11 +0200
commit68535b5649e21bebe712252a04a5a6de3768f756 (patch)
tree5ec6fb85b5e1b650b0fdedccc446deb62c59deaa /debian/mariadb-plugin-spider.postinst
parent039bab2290f3ec7cdc53ddca5ba7cb236f6f10e8 (diff)
downloadmariadb-git-68535b5649e21bebe712252a04a5a6de3768f756.tar.gz
Deb: correct comment about socket auth in Spider/Mroong maintainer scripts
Diffstat (limited to 'debian/mariadb-plugin-spider.postinst')
-rw-r--r--debian/mariadb-plugin-spider.postinst2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/mariadb-plugin-spider.postinst b/debian/mariadb-plugin-spider.postinst
index 1d9d359c182..d4ddaa53156 100644
--- a/debian/mariadb-plugin-spider.postinst
+++ b/debian/mariadb-plugin-spider.postinst
@@ -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