1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/ataidle/pkg-message
Rong-En Fan 6dbf63cf4e - Update to 2.3
- Add pkg-message

PR:		ports/119731
Submitted by:	Bruce Cran <bruce at cran.org.uk> (maintainer)
2008-02-07 04:37:48 +00:00

15 lines
421 B
Plaintext

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"