Merge lp:~ogra/ubuntu-touch-session/upstart-session-typo into lp:ubuntu-touch-session

Proposed by Oliver Grawert
Status: Merged
Approved by: Ricardo Salveti
Approved revision: 79
Merged at revision: 79
Proposed branch: lp:~ogra/ubuntu-touch-session/upstart-session-typo
Merge into: lp:ubuntu-touch-session
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
ubuntu-touch-session-setup.conf (+1/-1)
To merge this branch: bzr merge lp:~ogra/ubuntu-touch-session/upstart-session-typo
Reviewer Review Type Date Requested Status
Ricardo Salveti (community) Approve
Review via email: mp+175066@code.launchpad.net

Commit message

fix typo

Description of the change

fix typo

To post a comment you must log in.
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Good.

review: Approve

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 2013-07-15 20:42:45 +0000
3+++ debian/changelog 2013-07-16 16:33:31 +0000
4@@ -1,3 +1,9 @@
5+ubuntu-touch-session (0.59) UNRELEASED; urgency=low
6+
7+ * fir typo in ubuntu-touch-session-setup.conf
8+
9+ -- Oliver Grawert <ogra@ubuntu.com> Tue, 16 Jul 2013 18:29:13 +0200
10+
11 ubuntu-touch-session (0.58) saucy; urgency=low
12
13 [ Ricardo Mendoza ]
14
15=== modified file 'ubuntu-touch-session-setup.conf'
16--- ubuntu-touch-session-setup.conf 2013-07-11 18:57:32 +0000
17+++ ubuntu-touch-session-setup.conf 2013-07-16 16:33:31 +0000
18@@ -11,7 +11,7 @@
19 uid=$(getent passwd "$user"|cut -d: -f3)
20 gid=$(getent passwd "$user"|cut -d: -f4)
21
22- export XDG_RUNTIME_DIR="/run/user$uid"
23+ export XDG_RUNTIME_DIR="/run/user/$uid"
24 mkdir -p "$XDG_RUNTIME_DIR"
25 chmod 0700 "$XDG_RUNTIME_DIR"
26 chown "$uid:$gid" "$XDG_RUNTIME_DIR"

Subscribers

People subscribed via source and target branches