Merging casper 1.213.
authorDaniel Baumann <daniel@debian.org>
Sat, 1 May 2010 10:55:40 +0000 (12:55 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:09 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live-bottom/15autologin

index 3ad3a18..8f23057 100644 (file)
@@ -1,3 +1,9 @@
+casper (1.213) lucid; urgency=low
+
+  * printf does not evaluate escape characters in the argument string.
+
+ -- Evan Dandrea <evand@ubuntu.com>  Mon, 11 Jan 2010 11:02:12 +0000
+
 casper (1.212) lucid; urgency=low
 
   [ Martin Pitt ]
index 143e9f4..0b80f84 100755 (executable)
@@ -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