#6840 closed defect (fixed)
mysql5: comment typo mentioning mysql_install_db
Reported by: | blair (Blair Zajac) | Owned by: | jberry@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | mysql5 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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
Change History (3)
comment:1 Changed 19 years ago by blair (Blair Zajac)
Owner: | changed from darwinports-bugs@… to jberry@… |
---|
comment:2 Changed 19 years ago by jberry@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks Blair!
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | mysql5 added |
Note: See
TracTickets for help on using
tickets.
Reassigning to jberry@…, first listed maintainer of mysql5.