[Dbconfig-common-changes] [dbconfig-common] r231 - trunk/dpkg

Sean Finney seanius at costa.debian.org
Thu May 25 00:43:35 CEST 2006


Author: seanius
Date: 2006-05-24 22:43:34 +0000 (Wed, 24 May 2006)
New Revision: 231

Modified:
   trunk/dpkg/postinst
Log:
fix a couple loose global variables, reorder stuff in prerm.  hope none of this broke things :)

Modified: trunk/dpkg/postinst
===================================================================
--- trunk/dpkg/postinst	2006-05-24 22:39:58 UTC (rev 230)
+++ trunk/dpkg/postinst	2006-05-24 22:43:34 UTC (rev 231)
@@ -2,7 +2,7 @@
 ### load up common variables and functions
 ###
 dbc_go(){
-	local prev_dbc_upgrade importing_from_non_dbc upgrading f tsubstfile upgrades_pending dumpfile
+	local prev_dbc_upgrade importing_from_non_dbc upgrading f tsubstfile upgrades_pending dumpfile _dbc_asuser
 
 	. /usr/share/dbconfig-common/dpkg/common
 	dbc_debug "(postinst) dbc_go() $@"




More information about the Dbconfig-common-changes mailing list