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

Subscribers

People subscribed via source and target branches