[MacPorts] #6840: mysql5: comment typo mentioning mysql_install_db

MacPorts noreply at macports.org
Thu Mar 24 07:17:23 PDT 2016


#6840: mysql5: comment typo mentioning mysql_install_db
----------------------+----------------------
  Reporter:  blair@…  |      Owner:  jberry@…
      Type:  defect   |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  1.0
Resolution:  fixed    |   Keywords:
      Port:  mysql5   |
----------------------+----------------------
Changes (by ryandesign@…):

 * port:   => mysql5


Old description:

> The commment in the Portfile mentions mysql_install_db to build out a new
> database, but the script is named mysql_install_db5.
>
> --- Portfile.orig       2005-10-24 13:15:21.000000000 -0700
> +++ Portfile    2006-01-26 10:19:15.000000000 -0800
> @@ -90,7 +90,7 @@
>         if { [variant_isset server] } {
>                 ui_msg
> "******************************************************"
>                 ui_msg "* You might want to run"
> -               ui_msg "* sudo -u ${mysqluser} mysql_install_db"
> +               ui_msg "* sudo -u ${mysqluser} mysql_install_db5"
>                 ui_msg "* if this is a new install"
>                 ui_msg
> "******************************************************"
>         }
>
> Regards,
> Blair

New description:

 The commment in the Portfile mentions mysql_install_db to build out a new
 database, but the script is named mysql_install_db5.

 {{{
 --- Portfile.orig       2005-10-24 13:15:21.000000000 -0700
 +++ Portfile    2006-01-26 10:19:15.000000000 -0800
 @@ -90,7 +90,7 @@
         if { [variant_isset server] } {
                 ui_msg
 "******************************************************"
                 ui_msg "* You might want to run"
 -               ui_msg "* sudo -u ${mysqluser} mysql_install_db"
 +               ui_msg "* sudo -u ${mysqluser} mysql_install_db5"
                 ui_msg "* if this is a new install"
                 ui_msg
 "******************************************************"
         }
 }}}

 Regards,
 Blair

--

-- 
Ticket URL: <https://trac.macports.org/ticket/6840#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list