[Pkg-mysql-commits] r1528 - mysql-dfsg-5.0/branches/unstable/debian/patches

Norbert Tretkowski nobse at alioth.debian.org
Tue Feb 17 10:41:13 UTC 2009


Author: nobse
Date: 2009-02-17 10:41:13 +0000 (Tue, 17 Feb 2009)
New Revision: 1528

Added:
   mysql-dfsg-5.0/branches/unstable/debian/patches/10_mysql_secure_installation.dpatch
Modified:
   mysql-dfsg-5.0/branches/unstable/debian/patches/00list
Log:
Forgot one patch...

Modified: mysql-dfsg-5.0/branches/unstable/debian/patches/00list
===================================================================
--- mysql-dfsg-5.0/branches/unstable/debian/patches/00list	2009-02-17 10:40:34 UTC (rev 1527)
+++ mysql-dfsg-5.0/branches/unstable/debian/patches/00list	2009-02-17 10:41:13 UTC (rev 1528)
@@ -1,5 +1,6 @@
 01_MAKEFILES__Docs_Images_Makefile.in.dpatch
 01_MAKEFILES__Docs_Makefile.in.dpatch
+10_mysql_secure_installation.dpatch
 25_mysys__default.c.dpatch
 33_scripts__mysql_create_system_tables__no_test.dpatch
 37_scripts__mysqld_safe.sh__syslog.dpatch

Added: mysql-dfsg-5.0/branches/unstable/debian/patches/10_mysql_secure_installation.dpatch
===================================================================
--- mysql-dfsg-5.0/branches/unstable/debian/patches/10_mysql_secure_installation.dpatch	                        (rev 0)
+++ mysql-dfsg-5.0/branches/unstable/debian/patches/10_mysql_secure_installation.dpatch	2009-02-17 10:41:13 UTC (rev 1528)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_mysql_secure_installation.dpatch by Norbert Tretkowski <nobse at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't fail on passwords which needs quoting
+
+ at DPATCH@
+--- mysql-dfsg-5.0-5.0.51a.orig/scripts/mysql_secure_installation.sh	2008-01-11 15:43:40.000000000 +0100
++++ mysql-dfsg-5.0-5.0.51a/scripts/mysql_secure_installation.sh	2009-01-24 22:58:45.000000000 +0100
+@@ -47,7 +47,7 @@
+     echo "# mysql_secure_installation config file" >$config
+     echo "[mysql]" >>$config
+     echo "user=root" >>$config
+-    echo "password=$rootpass" >>$config
++    echo "password='$rootpass'" >>$config
+ }
+ 
+ get_root_password() {




More information about the Pkg-mysql-commits mailing list