commit: 1b255239ae8403b699534092d672a18063f27536 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 10 19:04:27 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 10 20:09:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b255239
kde-apps/akonadi: Fix README.gentoo with newer mariadb/akonadi Closes: https://bugs.gentoo.org/792741 Reported-by: Theo Baumgartner <theo.baumgartner <AT> gmail.com> Reported-by: Sven Eden <sven.eden <AT> prydeworx.com> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/akonadi/files/README.gentoo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi/files/README.gentoo b/kde-apps/akonadi/files/README.gentoo index c778f6d1a211..69bb68c1f000 100644 --- a/kde-apps/akonadi/files/README.gentoo +++ b/kde-apps/akonadi/files/README.gentoo @@ -28,8 +28,8 @@ Note: 3) Optional: You may have come here with an already defunct akonadi service. To manually fix the akonadi MariaDB backend: - $ mysql_upgrade -S /run/user/$(id -u)/akonadi/default/mysql.socket \ - --defaults-file=~/.local/share/akonadi/mysql.conf + $ mysql_upgrade --defaults-file=~/.local/share/akonadi/mysql.conf \ + -S /run/user/$(id -u)/akonadi/mysql.socket Don't forget to restart the akonadi service afterwards: $ akonadictl restart
