diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 01:47:30 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 02:03:56 (EST) |
commit | 964a88ce49f23db5020f7bcf05495d08a9ee4d4a (patch) | |
tree | e5ea6e1f91820b87107f5fb50ebea0bc3744d055 /smartd.pkg/control | |
parent | dd21786ef498cc8433b4f85a307314ca1d431f12 (diff) |
Add packages
Diffstat (limited to 'smartd.pkg/control')
-rw-r--r-- | smartd.pkg/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/smartd.pkg/control b/smartd.pkg/control new file mode 100644 index 0000000..02e5e35 --- /dev/null +++ b/smartd.pkg/control @@ -0,0 +1,11 @@ +Architecture: any +Platform: all +Section: util +Depends: smartctl (>= ${Source-Version}), ${Shlib-Depends} +Description: SMART disk monitoring daemon + smartd is a daemon that monitors the Self-Monitoring, Analysis and Reporting + Technology (SMART) system built into most ATA/SATA and SCSI/SAS hard drives and + solid-state drives. The purpose of SMART is to monitor the reliability of the + hard drive and predict drive failures, and to carry out different types of + drive self-tests. This version of smartd is compatible with ACS-3, ACS-2, + ATA8-ACS, ATA/ATAPI-7 and earlier standards. |