From 6d4a3e21e07b0e2300f9e7492f0a12bd9fb5ae7f Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 5 Apr 2010 21:57:27 +0200
Subject: Calling Check_defaults twice in lh_config, once when we initialize
 and once when the modified configuration is written (Closes: #576573).

---
 helpers/config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helpers/config b/helpers/config
index d1c594d..bab31b5 100755
--- a/helpers/config
+++ b/helpers/config
@@ -1343,5 +1343,8 @@ EOF
 	cp config/chroot_sources/${LH_DISTRIBUTION}-backports.chroot.gpg config/chroot_sources/${LH_DISTRIBUTION}-backports.binary.gpg
 fi
 
+# Checking defaults again
+Check_defaults
+
 # Creating stage file
 Create_stagefile .stage/config
-- 
cgit v1.0