aboutsummaryrefslogtreecommitdiff
path: root/sysutils/scterc
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Remove unncecessary full path to binary from *_DEPENDSDmitry Marakasov2015-07-141-1/+1
| | | | Notes: svn path=/head/; revision=391991
* - Drop GH_COMMITDmitry Marakasov2015-05-072-3/+2
| | | | Notes: svn path=/head/; revision=385635
* Modern hard drives allow to set the amount of time a hard disk isDmitry Marakasov2014-01-314-0/+61
allowed to spend recovering from a read or write error. This feature is called ERC (error recovery control, usually in Seagate), TLER (time-limited error recovery, usually on Western Digital) or CCLT (command completion time limit, usually on Samsung or Hitachi). This rc.d script allows to set these valus on system startup to tune disks for RAID usage. WWW: https://github.com/AMDmi3/scterc-rc.d Notes: svn path=/head/; revision=342057