[Pkg-mysql-commits] r1397 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Tue Jan 27 19:14:30 UTC 2009


tags 513262 pending
thanks

Author: nobse
Date: 2009-01-27 19:14:29 +0000 (Tue, 27 Jan 2009)
New Revision: 1397

Modified:
   trunk/debian/changelog
   trunk/debian/mysql-server-5.0.postinst
Log:
Reset debconf password variable root_password_again immediately after using it.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-01-25 09:03:27 UTC (rev 1396)
+++ trunk/debian/changelog	2009-01-27 19:14:29 UTC (rev 1397)
@@ -1,3 +1,10 @@
+mysql-dfsg-5.0 (5.0.51a-23) testing-proposed-updates; urgency=medium
+
+  * Reset debconf password variable root_password_again immediately after
+    using it. (closes: #513262)
+
+ -- Norbert Tretkowski <nobse at debian.org>  Tue, 27 Jan 2009 20:05:55 +0100
+
 mysql-dfsg-5.0 (5.0.51a-22) testing-proposed-updates; urgency=low
 
   * New patch 10_mysql_secure_installation.dpatch to fix failure on passwords

Modified: trunk/debian/mysql-server-5.0.postinst
===================================================================
--- trunk/debian/mysql-server-5.0.postinst	2009-01-25 09:03:27 UTC (rev 1396)
+++ trunk/debian/mysql-server-5.0.postinst	2009-01-27 19:14:29 UTC (rev 1397)
@@ -28,6 +28,7 @@
 set_mysql_rootpw() {
 	# forget we ever saw the password.  don't use reset to keep the seen status
 	db_set mysql-server/root_password ""
+	db_set mysql-server/root_password_again ""
 
 	tfile=`mktemp`
 	if [ ! -f "$tfile" ]; then




More information about the Pkg-mysql-commits mailing list