Merge lp:~brian-murray/unattended-upgrades/init-eol into lp:~ubuntu-core-dev/unattended-upgrades/ubuntu

Proposed by Brian Murray
Status: Merged
Merged at revision: 205
Proposed branch: lp:~brian-murray/unattended-upgrades/init-eol
Merge into: lp:~ubuntu-core-dev/unattended-upgrades/ubuntu
Diff against target: 12 lines (+1/-1)
1 file modified
debian/unattended-upgrades.init (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/unattended-upgrades/init-eol
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Ubuntu Core Development Team Pending
Review via email: mp+67585@code.launchpad.net

Description of the change

I'm not sure exactly why 'echo -n' was used in the init script but when shutting down my system this causes multiple messages to appear on one line which looks rather messy. This branch removes the '-n' option.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/unattended-upgrades.init'
2--- debian/unattended-upgrades.init 2010-11-17 20:33:05 +0000
3+++ debian/unattended-upgrades.init 2011-07-11 17:01:28 +0000
4@@ -20,7 +20,7 @@
5
6 case "$1" in
7 start|stop)
8- echo -n "Checking for running $DESC: "
9+ echo "Checking for running $DESC: "
10 python /usr/share/unattended-upgrades/unattended-upgrade-shutdown
11 ;;
12 restart|force-reload)

Subscribers

People subscribed via source and target branches

to all changes: