[62294] trunk/dports/databases/mysql5/files/patch-mysql_secure_installation .sh.diff

nox at macports.org nox at macports.org
Sun Jan 3 04:47:59 PST 2010


Revision: 62294
          http://trac.macports.org/changeset/62294
Author:   nox at macports.org
Date:     2010-01-03 04:47:59 -0800 (Sun, 03 Jan 2010)
Log Message:
-----------
Fix mysql5 patch which was not updated for 5.1.42

Modified Paths:
--------------
    trunk/dports/databases/mysql5/files/patch-mysql_secure_installation.sh.diff

Modified: trunk/dports/databases/mysql5/files/patch-mysql_secure_installation.sh.diff
===================================================================
--- trunk/dports/databases/mysql5/files/patch-mysql_secure_installation.sh.diff	2010-01-03 12:40:25 UTC (rev 62293)
+++ trunk/dports/databases/mysql5/files/patch-mysql_secure_installation.sh.diff	2010-01-03 12:47:59 UTC (rev 62294)
@@ -1,9 +1,9 @@
 --- scripts/mysql_secure_installation.sh	2008-08-04 07:20:02.000000000 -0500
 +++ scripts/mysql_secure_installation.sh	2008-09-13 20:46:27.000000000 -0500
-@@ -39,7 +39,7 @@
- 
+@@ -40,7 +40,7 @@
  do_query() {
-     echo $1 >$command
+     echo "$1" >$command
+     #sed 's,^,> ,' < $command  # Debugging
 -    mysql --defaults-file=$config <$command
 +    @BINDIR@/mysql --defaults-file=$config <$command
      return $?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100103/801600dc/attachment.html>


More information about the macports-changes mailing list