[csw-devel] SF.net SVN: gar:[15878] csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/ files/0004-basedir-and-datadir-in-the-cnf-files.patch
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Oct 6 09:47:31 CEST 2011
Revision: 15878
http://gar.svn.sourceforge.net/gar/?rev=15878&view=rev
Author: wahwah
Date: 2011-10-06 07:47:31 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
pkg/mysql5/branches/mysql-5.1.x-optcsw: Update my.cnf basedir and datadir
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/files/0004-basedir-and-datadir-in-the-cnf-files.patch
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/files/0004-basedir-and-datadir-in-the-cnf-files.patch
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/files/0004-basedir-and-datadir-in-the-cnf-files.patch 2011-10-06 07:37:13 UTC (rev 15877)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/files/0004-basedir-and-datadir-in-the-cnf-files.patch 2011-10-06 07:47:31 UTC (rev 15878)
@@ -19,8 +19,8 @@
# The MySQL server
[mysqld]
-+basedir = /opt/csw/mysql5
-+datadir = /var/opt/csw/mysql5
++basedir = /opt/csw
++datadir = /var/opt/csw/mysql51
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
skip-locking
@@ -32,8 +32,8 @@
# The MySQL server
#
[mysqld]
-+basedir = /opt/csw/mysql5
-+datadir = /var/opt/csw/mysql5
++basedir = /opt/csw
++datadir = /var/opt/csw/mysql51
# generic configuration options
port = @MYSQL_TCP_PORT@
@@ -45,8 +45,8 @@
# The MySQL server
[mysqld]
-+basedir = /opt/csw/mysql5
-+datadir = /var/opt/csw/mysql5
++basedir = /opt/csw
++datadir = /var/opt/csw/mysql51
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
skip-locking
@@ -58,8 +58,8 @@
# The MySQL server
[mysqld]
-+basedir = /opt/csw/mysql5
-+datadir = /var/opt/csw/mysql5
++basedir = /opt/csw
++datadir = /var/opt/csw/mysql51
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
skip-locking
@@ -71,8 +71,8 @@
# The MySQL server
[mysqld]
-+basedir = /opt/csw/mysql5
-+datadir = /var/opt/csw/mysql5
++basedir = /opt/csw
++datadir = /var/opt/csw/mysql51
port = @MYSQL_TCP_PORT@
socket = @MYSQL_UNIX_ADDR@
skip-locking
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list