Ticket #33775: Portfile.diff
File Portfile.diff, 789 bytes (added by messybox@…, 13 years ago) |
---|
-
Portfile
119 119 post-install { 120 120 if {![file exists ${prefix}/etc/LaunchDaemons/org.macports.${name}/org.macports.${name}.plist]} { 121 121 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." 123 123 } 124 124 } 125 125 … … 179 179 notes " 180 180 181 181 If this is a new install you might want to run: 182 \$ sudo -u ${mysqluser} mysql_install_db5182 \$ sudo -u ${mysqluser} ${prefix}/lib/mysql55/scripts/mysql_install_db 183 183 184 184 " 185 185