Ticket #33775: Portfile.diff

File Portfile.diff, 789 bytes (added by messybox@…, 12 years ago)
  • Portfile

     
    119119    post-install {
    120120        if {![file exists ${prefix}/etc/LaunchDaemons/org.macports.${name}/org.macports.${name}.plist]} {
    121121            ui_msg "The MySQL client has been installed."
    122             ui_msg "If you also want a MySQL server, install the mysql5-server port."
     122            ui_msg "If you also want a MySQL server, install the mysql55-server port."
    123123        }
    124124    }
    125125   
     
    179179    notes "
    180180   
    181181    If this is a new install you might want to run:
    182         \$ sudo -u ${mysqluser} mysql_install_db5
     182        \$ sudo -u ${mysqluser} ${prefix}/lib/mysql55/scripts/mysql_install_db
    183183   
    184184    "
    185185