DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

mysql perl script need /usr/bin/perl #59

Closed jorisgio closed 11 years ago

jorisgio commented 11 years ago

MySQL port installs a bunch of perl scripts in /usr/local/bin, for instance /usr/local/bin/mysql_install_db. These scripts are needed for the port to work correctly.

But these perl scripts have #!/usr/bin/perl has schebang, so mysql won't start with rcenable mysql.

jorisgio commented 11 years ago

Sorry, the port ( binary package) is mysql-server-5.6.11

jrmarino commented 11 years ago

Both mysql55 and mysql56 got shebang-fix treatment, should be merged imminently.