Merge lp:~vorlon/apport/bugpattern-lp.871083 into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

Proposed by Steve Langasek
Status: Merged
Merged at revision: 398
Proposed branch: lp:~vorlon/apport/bugpattern-lp.871083
Merge into: lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Diff against target: 15 lines (+7/-0)
1 file modified
bugpatterns.xml (+7/-0)
To merge this branch: bzr merge lp:~vorlon/apport/bugpattern-lp.871083
Reviewer Review Type Date Requested Status
Brian Murray Approve
Brian Murray Pending
Review via email: mp+79633@code.launchpad.net

Description of the change

Brian, can you please sanity check this bug pattern for pam?

To post a comment you must log in.
398. By Brian Murray

merge bug pattern from slangasek for bug 871083

Revision history for this message
Brian Murray (brian-murray) wrote :

Testing this I found it odd that bug 875486 didn't match the pattern come to find out it doesn't have a version in the Package: part of the description so having the space in the pattern makes it not match. Thinking about this though I think it is an error in that bug though so I didn't change the pattern.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bugpatterns.xml'
2--- bugpatterns.xml 2011-10-17 15:17:06 +0000
3+++ bugpatterns.xml 2011-10-17 23:47:25 +0000
4@@ -2571,4 +2571,11 @@
5 <re key="ProblemType">^Package</re>
6 <re key="DpkgTerminalLog">could not translate host name "localhost"</re>
7 </pattern>
8+
9+ <pattern url ="http://launchpad.net/bugs/871083">
10+ <re key="Package">^libpam-modules </re>
11+ <re key="ProblemType">^Package</re>
12+ <re key="VarLogDistupgradeApttermlog">'./usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system</re>
13+ </pattern>
14+
15 </patterns>