#!/bin/sh

cat >&2 <<EOF
*
* hddfancontrol has been completely rewritten in Rust since version 2.
*
* - It is now a compiled binary and no longer requires Python.
*
* - Command line arguments have changed. You will need to manually adjust
*   your hddfancontrol invocations, or the HDDFANCONTROL_DAEMON_ARGS
*   variable in /etc/conf.d/hddfancontrol if you use the OpenRC service.
*   See: hddfancontrol daemon -h
*
* - The auto drive spin down feature has been removed. If you need it,
*   consider using hd-idle [1] alongside hddfancontrol.
*
* [1] https://github.com/adelolmo/hd-idle
*
EOF
