diff options
Diffstat (limited to 'sysutils/ataidle/pkg-message')
-rw-r--r-- | sysutils/ataidle/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/ataidle/pkg-message b/sysutils/ataidle/pkg-message new file mode 100644 index 000000000000..87f090d05124 --- /dev/null +++ b/sysutils/ataidle/pkg-message @@ -0,0 +1,14 @@ +Note: ataidle options and rc startup settings + have changed in version 2. + +Add the following lines to /etc/rc.conf to enable ataidle: + +ataidle_enable (bool): set to NO by default. + Set to YES to enable ataidle. +ataidle_devices: list of devices on which to run ataidle +ataidle_adX: parameters to pass to ataidle(8) + +Example: +ataidle_enable="YES" +ataidle_devices="ad0" +ataidle_ad0="-I 60 -S 120 -A 127 -P 254" |