Skip to content

Commit

Permalink
Merging casper 1.212.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed May 1, 2010
1 parent 932d2cf commit 59835af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 40 deletions.
17 changes: 17 additions & 0 deletions docs/ChangeLog.casper
@@ -1,3 +1,20 @@
casper (1.212) lucid; urgency=low

[ Martin Pitt ]
* debian/control: Add ${misc:Depends}.
* debian/control: Bump Standards-Version to 3.8.3 (no changes necessary).

[ Colin Watson ]
* 15autologin: Use printf rather than echo -e, since its behaviour is
portable across shells.

[ Evan Dandrea ]
* Remove scripts/casper-bottom/42disable_apparmor. Apparmor
2.3.1+bzr1312-0ubuntu3 and ifupdown 0.6.8ubuntu26 now no-op when
they detect the live CD environment.

-- Evan Dandrea <evand@ubuntu.com> Fri, 08 Jan 2010 19:56:27 +0000

casper (1.211) lucid; urgency=low

* Readd scripts/casper-bottom/15autologin changes: derivatives have
Expand Down
2 changes: 1 addition & 1 deletion scripts/live-bottom/15autologin
Expand Up @@ -72,7 +72,7 @@ TimedLoginDelay=10"
then
sed -i "s/\[daemon\]/\[daemon\]\n$AutologinParameters/" $GDMCustomFile
else
echo -e "[daemon]\n$AutologinParameters" >> $GDMCustomFile
printf '[daemon]\n%s' "$AutologinParameters" >> $GDMCustomFile
fi
fi
fi
Expand Down
39 changes: 0 additions & 39 deletions scripts/live-bottom/42disable_apparmor

This file was deleted.

0 comments on commit 59835af

Please sign in to comment.