Merge lp:~serge-hallyn/ubuntu/natty/libcgroup/fix-purge into lp:ubuntu/natty/libcgroup

Proposed by Serge Hallyn
Status: Needs review
Proposed branch: lp:~serge-hallyn/ubuntu/natty/libcgroup/fix-purge
Merge into: lp:ubuntu/natty/libcgroup
Diff against target: 25 lines (+7/-1)
2 files modified
debian/cgroup-bin.cgconfig.upstart (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~serge-hallyn/ubuntu/natty/libcgroup/fix-purge
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Review via email: mp+58849@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Looks good to me. Uploading, thanks.

review: Approve

Unmerged revisions

8. By Serge Hallyn

Don't fail cgconfig stop on account of the umount. (LP: #769025)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/cgroup-bin.cgconfig.upstart'
--- debian/cgroup-bin.cgconfig.upstart 2011-02-17 18:03:17 +0000
+++ debian/cgroup-bin.cgconfig.upstart 2011-04-22 19:46:24 +0000
@@ -22,6 +22,6 @@
22end script22end script
2323
24post-stop script24post-stop script
25 umount /sys/fs/cgroup25 umount /sys/fs/cgroup || true
26 /usr/sbin/cgclear26 /usr/sbin/cgclear
27end script27end script
2828
=== modified file 'debian/changelog'
--- debian/changelog 2011-02-17 18:03:17 +0000
+++ debian/changelog 2011-04-22 19:46:24 +0000
@@ -1,3 +1,9 @@
1libcgroup (0.37.1-1ubuntu2) natty; urgency=low
2
3 * Don't fail cgconfig stop on account of the umount. (LP: #769025)
4
5 -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 22 Apr 2011 11:06:38 -0500
6
1libcgroup (0.37.1-1ubuntu1) natty; urgency=low7libcgroup (0.37.1-1ubuntu1) natty; urgency=low
28
3 * Mount a tmpfs at /sys/fs/cgroup so cgred can create subdirs. Otherwise9 * Mount a tmpfs at /sys/fs/cgroup so cgred can create subdirs. Otherwise

Subscribers

People subscribed via source and target branches

to all changes: