Merge lp:~fehwalker/ubuntu/raring/ureadahead/fix-559525-1131404 into lp:ubuntu/raring/ureadahead

Proposed by Bryan Fullerton
Status: Merged
Merged at revision: 29
Proposed branch: lp:~fehwalker/ubuntu/raring/ureadahead/fix-559525-1131404
Merge into: lp:ubuntu/raring/ureadahead
Diff against target: 42 lines (+12/-1)
3 files modified
debian/changelog (+9/-0)
src/trace.c (+2/-0)
src/ureadahead.c (+1/-1)
To merge this branch: bzr merge lp:~fehwalker/ubuntu/raring/ureadahead/fix-559525-1131404
Reviewer Review Type Date Requested Status
Serge Hallyn (community) Approve
Ubuntu branches Pending
Review via email: mp+151351@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

Thanks, this looks good to me.

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-02-12 02:35:03 +0000
3+++ debian/changelog 2013-03-02 07:52:22 +0000
4@@ -1,3 +1,12 @@
5+ureadahead (0.100.0-14ubuntu2) UNRELEASED; urgency=low
6+
7+ * src/ureadahead.c: correct help text for --sort command line argument
8+ (LP: #1131404)
9+ * src/trace.c: add /var/log to the paths ignored
10+ (LP: #559525)
11+
12+ -- Bryan Fullerton <fehwalker@gmail.com> Sat, 02 Mar 2013 02:44:49 -0500
13+
14 ureadahead (0.100.0-14) raring; urgency=low
15
16 * Use dh-autoreconf to ensure (among other things) that config.guess and
17
18=== modified file 'src/trace.c'
19--- src/trace.c 2013-01-11 12:05:17 +0000
20+++ src/trace.c 2013-03-02 07:52:22 +0000
21@@ -610,6 +610,8 @@
22 return TRUE;
23 if (! strncmp (pathname, "/var/run/", 9))
24 return TRUE;
25+ if (! strncmp (pathname, "/var/log/", 9))
26+ return TRUE;
27 if (! strncmp (pathname, "/var/lock/", 10))
28 return TRUE;
29
30
31=== modified file 'src/ureadahead.c'
32--- src/ureadahead.c 2009-11-09 18:38:51 +0000
33+++ src/ureadahead.c 2013-03-02 07:52:22 +0000
34@@ -132,7 +132,7 @@
35 NULL, "SECONDS", &timeout, nih_option_int },
36 { 0, "dump", N_("dump the current pack file"),
37 NULL, NULL, &dump_pack, NULL },
38- { 0, "sort", N_("how to sort the pack file when dumping [default: path]"),
39+ { 0, "sort", N_("how to sort the pack file when dumping [default: open]"),
40 NULL, "SORT", &sort_pack, sort_option },
41
42 NIH_OPTION_LAST

Subscribers

People subscribed via source and target branches