Opened 19 years ago

Last modified 9 years ago

#6840 closed defect

mysql5: comment typo mentioning mysql_install_db — at Initial Version

Reported by: blair (Blair Zajac) Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: mysql5

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

Change History (0)

Note: See TracTickets for help on using tickets.