[Dbconfig-common-changes] [dbconfig-common] r421 - in trunk: debian dpkg

Sean Finney seanius at alioth.debian.org
Sat Sep 8 11:27:12 UTC 2007


tags 439081 pending
thanks

Author: seanius
Date: 2007-09-08 11:27:11 +0000 (Sat, 08 Sep 2007)
New Revision: 421

Modified:
   trunk/debian/changelog
   trunk/dpkg/config
Log:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439081

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-09-02 11:50:12 UTC (rev 420)
+++ trunk/debian/changelog	2007-09-08 11:27:11 UTC (rev 421)
@@ -1,8 +1,10 @@
 dbconfig-common (1.8.37) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Fix from Niko Tyni for dpkg-reconfigure failures due to missing database
+    admin password.  Thanks! (closes: #439081).
 
- -- sean finney <sean at rangda.stickybit.se>  Sun, 02 Sep 2007 13:50:18 +0200
+ -- sean finney <seanius at debian.org>  Sat, 08 Sep 2007 13:27:37 +0200
 
 dbconfig-common (1.8.36) unstable; urgency=low
 

Modified: trunk/dpkg/config
===================================================================
--- trunk/dpkg/config	2007-09-02 11:50:12 UTC (rev 420)
+++ trunk/dpkg/config	2007-09-08 11:27:11 UTC (rev 421)
@@ -58,7 +58,7 @@
 	# not need to ask for an admin password.  we can't tell at this
 	# point because the upgrade files are likely not unpacked at
 	# this point, so we will instead ask later in the postinst.
-	if [ "$dbc_oldversion" ]; then
+	if [ "$dbc_oldversion" ] && [ "$dbc_command" != "reconfigure" ]; then
 		need_adminpw="false"
 	fi
 




More information about the Dbconfig-common-changes mailing list