[Dbconfig-common-changes] [dbconfig-common] r345 - trunk/dpkg
Sean Finney
seanius at costa.debian.org
Thu Oct 12 22:14:14 UTC 2006
Author: seanius
Date: 2006-10-12 22:14:14 +0000 (Thu, 12 Oct 2006)
New Revision: 345
Modified:
trunk/dpkg/common
Log:
preseeding fix, part 4
Modified: trunk/dpkg/common
===================================================================
--- trunk/dpkg/common 2006-10-12 21:58:01 UTC (rev 344)
+++ trunk/dpkg/common 2006-10-12 22:14:14 UTC (rev 345)
@@ -218,7 +218,10 @@
# the previous answers. so we check to avoid that.
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
+ if [ "$skip_preseed" = "true" ]; then
+ dbc_read_package_debconf
+ return 0
+ fi
# set whether they want our help
db_set $dbc_package/dbconfig-install "$dbc_install"
More information about the Dbconfig-common-changes
mailing list