From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2EC458973 for ; Sat, 30 Jan 2016 02:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A78A21C010; Sat, 30 Jan 2016 02:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C89F121C010 for ; Sat, 30 Jan 2016 02:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7559340C3F for ; Sat, 30 Jan 2016 02:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE528E5 for ; Sat, 30 Jan 2016 02:49:30 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1454122159.8507a9b6f3fc4d48a988aa4db8b2dff0394af4a3.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-init-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild X-VCS-Directories: dev-db/mysql-init-scripts/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 8507a9b6f3fc4d48a988aa4db8b2dff0394af4a3 X-VCS-Branch: master Date: Sat, 30 Jan 2016 02:49:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a6d8bb5-e43f-498b-b2a4-49ac4d115531 X-Archives-Hash: a515a6107b3dda9fb8f0a0b1488f9377 commit: 8507a9b6f3fc4d48a988aa4db8b2dff0394af4a3 Author: Brian Evans gentoo org> AuthorDate: Sat Jan 30 02:49:19 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Sat Jan 30 02:49:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8507a9b6 dev-db/mysql-init-scripts: Touch up the postinst messages Package-Manager: portage-2.2.27 dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild index b47641d..dad018d 100644 --- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild @@ -52,7 +52,13 @@ src_install() { pkg_postinst() { if use amd64 || use x86 ; then + einfo "" elog "To use the mysql-s6 script, you need to install the optional sys-apps/s6 package." elog "If you wish to use s6 logging support, comment out the log-error setting in your my.cnf" fi + + einfo "" + elog "Starting with version 10.1.8, MariaDB includes an improved systemd unit named mariadb.service" + elog "You should prefer that unit over this package's mysqld.service." + einfo "" }