[SCM] live-initramfs branch, debian-next, updated. debian/1.199.1-1-14-g321281c

Daniel Baumann daniel at debian.org
Sat May 1 11:01:24 UTC 2010


The following commit has been merged in the debian-next branch:
commit 321281c87aac51aa8df6617ee020956e4e0be561
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat May 1 12:55:40 2010 +0200

    Merging casper 1.213.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index 3ad3a18..8f23057 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,9 @@
+casper (1.213) lucid; urgency=low
+
+  * printf does not evaluate escape characters in the argument string.
+
+ -- Evan Dandrea <evand at ubuntu.com>  Mon, 11 Jan 2010 11:02:12 +0000
+
 casper (1.212) lucid; urgency=low
 
   [ Martin Pitt ]
diff --git a/scripts/live-bottom/15autologin b/scripts/live-bottom/15autologin
index 143e9f4..0b80f84 100755
--- a/scripts/live-bottom/15autologin
+++ b/scripts/live-bottom/15autologin
@@ -72,7 +72,7 @@ TimedLoginDelay=10"
 		then
 			sed -i "s/\[daemon\]/\[daemon\]\n$AutologinParameters/" $GDMCustomFile
 		else
-			printf '[daemon]\n%s' "$AutologinParameters" >> $GDMCustomFile
+			printf "[daemon]\n$AutologinParameters" >> $GDMCustomFile
 		fi
 	fi
 fi

-- 
live-initramfs



More information about the debian-live-changes mailing list