[25916] trunk/dports/net/zabbix/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 5 11:22:58 PDT 2007


Revision: 25916
          http://trac.macosforge.org/projects/macports/changeset/25916
Author:   markd at macports.org
Date:     2007-06-05 11:22:58 -0700 (Tue, 05 Jun 2007)

Log Message:
-----------
Update install instructions in the ui_msgs.

Modified Paths:
--------------
    trunk/dports/net/zabbix/Portfile

Modified: trunk/dports/net/zabbix/Portfile
===================================================================
--- trunk/dports/net/zabbix/Portfile	2007-06-05 18:05:15 UTC (rev 25915)
+++ trunk/dports/net/zabbix/Portfile	2007-06-05 18:22:58 UTC (rev 25916)
@@ -208,14 +208,11 @@
 -Configure MySQL:
         sudo -u mysql ${prefix}/lib/mysql5/bin/mysql_install_db
 
--Start MySQL:
-        sudo ${prefix}/share/mysql5/mysql/mysql.server start
-
--Set MySQL to run at system boot (optional)
+-Start MySQL and set it to run at system boot:
         sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
 
    NOTE: MySQL must have been installed with the +server variant in order to
-      use launchctl to run MySQL at system boot.
+      use launchctl.
 
 -Set a root MySQL password
    Follow the instructions that were given after you executed 'mysql_install_db' above
@@ -233,6 +230,7 @@
 	cat mysql.sql | mysql5 -u root -p zabbix
 	cd ${prefix}/share/zabbix/data
 	cat data.sql | mysql5 -u root -p zabbix
+	cat images_mysql.sql | mysql5 -u root -p zabbix
 
 -Create a MySQL 'zabbix' user and password
 	mysql5 -u root -p

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070605/66794ed5/attachment.html


More information about the macports-changes mailing list