~dennis/update-notifier/apt-proxies

« back to all changes in this revision

Viewing changes to debian/update-notifier-crash.conf

  • Committer: Brian Murray
  • Date: 2013-11-07 18:01:35 UTC
  • Revision ID: brian@canonical.com-20131107180135-g59mu26xfhny0c4z
In the upstart crash notification job fix the path for watershed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    fi
27
27
    # be nice and always ask first before firing up pkexec
28
28
    if [ -x /lib/udev/watershed ]; then
29
 
        watershed sh -c '/usr/lib/update-notifier/system-crash-notification'
 
29
        /lib/udev/watershed sh -c '/usr/lib/update-notifier/system-crash-notification'
30
30
    else
31
31
        /usr/lib/update-notifier/system-crash-notification
32
32
    fi