[SCM] live-helper branch, debian-next, updated. debian/2.0_a9-1-8-g1ee9245

Daniel Baumann daniel at debian.org
Mon Apr 5 20:02:26 UTC 2010


The following commit has been merged in the debian-next branch:
commit 1ee92454de18301a2fd665d6dc2682578c8d5665
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Apr 5 21:57:27 2010 +0200

    Calling Check_defaults twice in lh_config, once when we initialize and once when the modified configuration is written (Closes: #576573).

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

-- 
live-helper



More information about the debian-live-changes mailing list