Comment 2 for bug 657091

Revision history for this message
Kees Cook (kees) wrote :

Fixed in bzr commit 1791.

=== modified file 'apport/hookutils.py'
--- apport/hookutils.py 2010-06-23 08:05:56 +0000
+++ apport/hookutils.py 2010-10-08 21:36:25 +0000
@@ -109,7 +109,7 @@

     attach_file(report, '/proc/interrupts', 'ProcInterrupts')
     attach_file(report, '/proc/cpuinfo', 'ProcCpuinfo')
- attach_file(report, '/proc/cmdline', 'ProcCmdLine')
+ attach_file(report, '/proc/cmdline', 'ProcKernelCmdLine')
     attach_file(report, '/proc/modules', 'ProcModules')
     attach_file(report, '/var/log/udev', 'UdevLog')