[Dbconfig-common-changes] [dbconfig-common] r344 - trunk/dpkg
Sean Finney
seanius at costa.debian.org
Thu Oct 12 21:58:02 UTC 2006
Author: seanius
Date: 2006-10-12 21:58:01 +0000 (Thu, 12 Oct 2006)
New Revision: 344
Modified:
trunk/dpkg/common
Log:
preseeding fix, part 3
Modified: trunk/dpkg/common
===================================================================
--- trunk/dpkg/common 2006-10-12 21:52:19 UTC (rev 343)
+++ trunk/dpkg/common 2006-10-12 21:58:01 UTC (rev 344)
@@ -216,8 +216,8 @@
# for the second time via dpkg, then there is no on-disk
# configuration to preseed with, and we would in fact nuke
# the previous answers. so we check to avoid that.
- db_get $dbc_package/skip-preseed && skip_preseed="$RET"
- db_reset $dbc_package/skip-preseed
+ db_get $dbc_package/internal/skip-preseed && skip_preseed="$RET"
+ db_reset $dbc_package/internal/skip-preseed
if [ "$skip_preseed" = "true" ]; then return 0; fi
# set whether they want our help
More information about the Dbconfig-common-changes
mailing list