opnsense-ports/sysutils/scterc/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
440 B
Text

To enable setting hard disk SCT ERC on system boot time, add the
following to your /etc/rc.conf:
scterc_enable="YES"
# specify hard disks to configure
scterc_disks="ada0 ada1"
# specify read and write timeouts in tenths of second
# here each is set to 7.0 seconds, which is also the default
# for which you may omit these lines
scterc_read_timeout="70"
scterc_write_timeout="70"
See %%DOCSDIR%%/README.md for more info.