PATH:
etc
/
libreport
/
events.d
# Access to /dev/sda usually requires root. # skdump is usually in /usr/sbin. # Therefore we run it as post-create event, thus: under root. # # The code is identical for all three packages. # # To be moved to the packages, so that it is (de)installed # together with these packages. EVENT=post-create component=gnome-disk-utility which skdump >/dev/null 2>&1 || exit 0 for f in /dev/[sh]d[a-z]; do test -e "$f" || continue skdump "$f" echo done >smart_data EVENT=post-create component=libatasmart which skdump >/dev/null 2>&1 || exit 0 for f in /dev/[sh]d[a-z]; do test -e "$f" || continue skdump "$f" echo done >smart_data EVENT=post-create component=udisks which skdump >/dev/null 2>&1 || exit 0 for f in /dev/[sh]d[a-z]; do test -e "$f" || continue skdump "$f" echo done >smart_data
[+]
..
[-] centos_report_event.conf
[edit]
[-] rhtsupport_event.conf
[edit]
[-] abrt_event.conf
[edit]
[-] smart_event.conf
[edit]
[-] koops_event.conf
[edit]
[-] vmcore_event.conf
[edit]
[-] xorg_event.conf
[edit]
[-] ccpp_retrace_event.conf
[edit]
[-] python_event.conf
[edit]
[-] ccpp_event.conf
[edit]
[-] gconf_event.conf
[edit]
[-] vimrc_event.conf
[edit]
[-] mailx_event.conf
[edit]
[-] mdadm_event.conf
[edit]