[csw-devel] SF.net SVN: gar:[17056] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ quick_start-csw

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Feb 14 19:55:09 CET 2012


Revision: 17056
          http://gar.svn.sourceforge.net/gar/?rev=17056&view=rev
Author:   wahwah
Date:     2012-02-14 18:55:09 +0000 (Tue, 14 Feb 2012)
Log Message:
-----------
mysql5/branches/mysql-5.0.x: update the my-small.cnf location

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/quick_start-csw

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/quick_start-csw
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/quick_start-csw	2012-02-14 16:26:02 UTC (rev 17055)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/quick_start-csw	2012-02-14 18:55:09 UTC (rev 17056)
@@ -2,8 +2,8 @@
 #
 # $Id$
 #
-# initial version for blastwave.org by Alex Moore 2006.02.25 Revised 2006.03.25
-# - see bug report 0001542
+# initial version for blastwave.org by Alex Moore 2006.02.25
+# Revised 2006.03.25 - see bug report 0001542
 #
 # This script creates a default database with the small-memory footprint.
 # Input may be provided for DATADIR and DEFAULTS_FILE
@@ -14,7 +14,7 @@
 MYSQL_HOME=${prefix}
 MYSQL_VAR=/var${prefix}
 sysconfdir=/etc${prefix}
-DEFAULTS_FILE=${prefix}/share/mysql/5.0/mysql/my-small.cnf
+DEFAULTS_FILE=${prefix}/share/mysql/my-small.cnf
 MYSQLD_USER=mysql
 #
 # Provide a default data directory
@@ -54,7 +54,7 @@
     ` || exit $?
 if [ $usrin = "[default]" ]; then
     if [ ! -f "$DEFAULTS_FILE" ]; then
-        IN_DEFAULTS_FILE=$MYSQL_HOME/share/mysql/5.0/mysql/my-small.cnf
+        IN_DEFAULTS_FILE=$MYSQL_HOME/share/mysql/my-small.cnf
         echo "Using $IN_DEFAULTS_FILE to create the options file."
     else
         IN_DEFAULTS_FILE=$DEFAULTS_FILE

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