You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:11 UTC

[15/24] git commit: updated refs/heads/master to 6fd49e4

Use upstart to start mysql and get rid of the warnings

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/348bd2f3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/348bd2f3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/348bd2f3

Branch: refs/heads/master
Commit: 348bd2f3cc592eecb842a696ed4234c8eb812e09
Parents: e52f3ab
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri Jun 19 13:56:05 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:26 2015 +0200

----------------------------------------------------------------------
 tools/travis/before_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/348bd2f3/tools/travis/before_install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh
index 8ad9fd9..334f6fe 100755
--- a/tools/travis/before_install.sh
+++ b/tools/travis/before_install.sh
@@ -58,7 +58,7 @@ sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password passwor
 sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password your_password'
 sudo apt-get -q -y install mysql-server > /dev/null
 
-sudo /etc/init.d/mysql start
+sudo start mysql
 
 echo -e "\nInstalling Development tools: "
 RETRY_COUNT=3