Skip to content
Snippets Groups Projects
Commit 3a46245a authored by chrfranke's avatar chrfranke
Browse files

Release 7.3 RELEASE_7_3

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_7_3@5338 4ea69e1a-61f1-4043-bf83-b5c94c648137
parents
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#! /bin/sh
# Send message if /usr/lib/powersave/powersave-notify exists or exit silently
[ -x /usr/lib/powersave/powersave-notify ] || exit 0
/usr/lib/powersave/powersave-notify "<b>Your hard disk drive is failing!</b>
S.M.A.R.T. message:
$SMARTD_MESSAGE"
#!/bin/bash -e
tmp=$(tempfile)
cat >$tmp
run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
--arg="$2" --arg="$3" -- /etc/smartmontools/run.d
rm -f $tmp
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment