From d4506495fa554c251798a872f172fd064497d71b Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 28 Sep 2011 11:26:02 +0000 Subject: [PATCH] fix bad message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10655 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/mysqlsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/mysqlsetup b/xCAT-client/bin/mysqlsetup index 12ed2a373..14ac419db 100755 --- a/xCAT-client/bin/mysqlsetup +++ b/xCAT-client/bin/mysqlsetup @@ -186,7 +186,7 @@ if (-e ("/etc/xcat/cfgloc")) # check to see if xcat is using mysql if ($::INIT) { my $message = - "The /opt/xcat/cfgloc file is already configured for MySQL. xcat database initialization will not take place."; + "The /etc/xcat/cfgloc file is already configured for MySQL. xcat database initialization will not take place."; xCAT::MsgUtils->message("I", "$message"); } $::xcatrunningmysql = 1;