Closes: #525196
Thanks: Peter Eisentraut
Package: smartmontools
Architecture: any
Conflicts: smartsuite, ucsc-smartsuite
-Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 2.2), lsb-base (>= 3.0-10)
+Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 2.2), lsb-base (>= 3.2-13)
Recommends: mailx | mailutils
Suggests: gsmartcontrol, smart-notifier
Description: control and monitor storage systems using S.M.A.R.T.
fi
fi
;;
+ status)
+ status_of_proc -p "$PIDFILE" "$DAEMON" "smartd" && exit 0 || exit $?
+ ;;
*)
- echo "Usage: /etc/init.d/smartmontools {start|stop|restart|reload|force-reload}"
+ echo "Usage: /etc/init.d/smartmontools {start|stop|restart|reload|force-reload|status}"
exit 1
esac