~ubuntu-branches/ubuntu/trusty/xdiagnose/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/xdiagnose.udev

  • Committer: Package Import Robot
  • Author(s): Bryce Harrington
  • Date: 2013-04-01 18:54:09 UTC
  • Revision ID: package-import@ubuntu.com-20130401185409-or6cc3chw7mexmik
Tags: 3.4.4
* debian/xdiagnose.udev: Disable gpu apport hook for raring release
  (LP: #1073626)
* apport/apport-gpu-error-intel.py:
  - Bail if not on a devel release (LP: #1071278)
  - Skip over failure accessing apt cache (LP: #1103061)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#   initial error has ERROR=1, the pre-reset event has RESET=1 and the
7
7
#   post-reset event has ERROR=0.
8
8
 
9
 
SUBSYSTEM=="drm", ACTION=="change", ENV{RESET}=="1", RUN+="/usr/share/apport/apport-gpu-error-intel.py"
 
9
#SUBSYSTEM=="drm", ACTION=="change", ENV{RESET}=="1", RUN+="/usr/share/apport/apport-gpu-error-intel.py"