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
=== modified file 'bugpatterns.xml'
--- bugpatterns.xml 2011-10-17 15:17:06 +0000
+++ bugpatterns.xml 2011-10-17 23:47:25 +0000
@@ -2571,4 +2571,11 @@
2571 <re key="ProblemType">^Package</re>2571 <re key="ProblemType">^Package</re>
2572 <re key="DpkgTerminalLog">could not translate host name "localhost"</re>2572 <re key="DpkgTerminalLog">could not translate host name "localhost"</re>
2573 </pattern>2573 </pattern>
2574
2575 <pattern url ="http://launchpad.net/bugs/871083">
2576 <re key="Package">^libpam-modules </re>
2577 <re key="ProblemType">^Package</re>
2578 <re key="VarLogDistupgradeApttermlog">'./usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system</re>
2579 </pattern>
2580
2574</patterns>2581</patterns>