[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598536: live-config: config.d/ config files not parsed on live media



Package: live-config
Version: 3.0~a8-1
Severity: normal
Tags: patch


There is a typo in /lib/live/config.sh
The attached patch should fix the problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages live-config depends on:
ii  live-config-sysvinit [live-co 3.0~a8-1   Debian Live - System Configuration

Versions of packages live-config recommends:
pn  live-tools                    <none>     (no description available)
ii  sudo                          1.7.4p4-2  Provide limited super user privile
ii  user-setup                    1.34       Set up initial user and password

Versions of packages live-config suggests:
ii  wget                          1.12-2.1   retrieves files from the web

-- no debconf information
--- /lib/live/config.sh	2010-09-26 01:15:06.000000000 -0600
+++ config.sh	2010-09-29 13:57:12.000000000 -0600
@@ -237,7 +237,7 @@
 
 	if ls /live/image/live/config.d/* > /dev/null 2>&1
 	then
-		for FILE in /live/image/live/config.d/*
+		for _FILE in /live/image/live/config.d/*
 		do
 			. ${_FILE}
 		done

Reply to: