Skip to content

Commit

Permalink
dev-db/mysql-init-scripts: Touch up the postinst messages
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
Brian Evans committed Jan 30, 2016
1 parent c3bf8ff commit 8507a9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
}

0 comments on commit 8507a9b

Please sign in to comment.