From 74da0f6d6f93993c5fb0825918fa720aa26cd4c6 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 26 May 2010 11:08:32 +0000 Subject: [PATCH] remove setting of the mysql path in the spec file to /etc/profile Former-commit-id: 56014925c1567c541197d8f4c0607d099b377893 --- AIX/xcat-mysql/xcat-mysql.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AIX/xcat-mysql/xcat-mysql.spec b/AIX/xcat-mysql/xcat-mysql.spec index 68649e3..98e19e8 100644 --- a/AIX/xcat-mysql/xcat-mysql.spec +++ b/AIX/xcat-mysql/xcat-mysql.spec @@ -43,10 +43,10 @@ ln -s /usr/local/mysql-5.1.37-aix5.3-powerpc-64bit mysql rm -rf /usr/local/mysql-5.1.37-aix5.3-powerpc-64bit.tar # set PATH?? -echo "PATH=\$PATH:/usr/local/mysql:/usr/local/mysql/bin:/usr/local/mysql/lib:/usr/local/mysql/include -export PATH" >>/etc/profile +#echo "PATH=\$PATH:/usr/local/mysql:/usr/local/mysql/bin:/usr/local/mysql/lib:/usr/local/mysql/include +#export PATH" >>/etc/profile -echo "The PATH environment variable has been updated in /etc/profile." +#echo "The PATH environment variable has been updated in /etc/profile." %clean