[Pkg-mysql-commits] r1810 - mysql-dfsg-5.1/branches/unstable/debian

Norbert Tretkowski nobse at alioth.debian.org
Tue Jan 19 14:27:41 UTC 2010


Author: nobse
Date: 2010-01-19 14:27:39 +0000 (Tue, 19 Jan 2010)
New Revision: 1810

Modified:
   mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.postinst
Log:
Reset debconf password variable root_password_again immediately after using it.

Modified: mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.postinst
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.postinst	2010-01-14 20:26:53 UTC (rev 1809)
+++ mysql-dfsg-5.1/branches/unstable/debian/mysql-server-5.1.postinst	2010-01-19 14:27:39 UTC (rev 1810)
@@ -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