Merge lp:~brian-murray/ubuntu/lucid/base-files/bug-568628 into lp:ubuntu/lucid/base-files

Proposed by Brian Murray
Status: Merged
Merged at revision: not available
Proposed branch: lp:~brian-murray/ubuntu/lucid/base-files/bug-568628
Merge into: lp:ubuntu/lucid/base-files
Diff against target: 23 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/update-motd.d/00-header (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/ubuntu/lucid/base-files/bug-568628
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+23958@code.launchpad.net

Description of the change

LTS should be displayed in the MOTD and this branch does just that by using "lsb_release -d".

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/changelog'
2--- debian/changelog 2010-04-20 10:50:31 +0000
3+++ debian/changelog 2010-04-22 19:20:37 +0000
4@@ -1,3 +1,9 @@
5+base-files (5.0.0ubuntu20) lucid; urgency=low
6+
7+ * 00-header: use lsb_release -s -d so LTS is displayed LP: #568628
8+
9+ -- Brian Murray <brian@ubuntu.com> Thu, 22 Apr 2010 12:12:29 -0700
10+
11 base-files (5.0.0ubuntu19) lucid; urgency=low
12
13 * Prepare for Lucid release: etc/{lsb-release,issue,issue.net}.
14
15=== modified file 'debian/update-motd.d/00-header'
16--- debian/update-motd.d/00-header 2010-03-31 14:56:49 +0000
17+++ debian/update-motd.d/00-header 2010-04-22 19:20:37 +0000
18@@ -1,4 +1,4 @@
19 #!/bin/sh
20
21 uname -a
22-printf "%s %s (%s)\n" "$(lsb_release -s -i)" "$(lsb_release -s -r)" "$(lsb_release -s -c)"
23+printf "%s\n" "$(lsb_release -s -d)"

Subscribers

People subscribed via source and target branches

to all changes: