# HG changeset patch # User Hans-G?nter Theisgen # Date 1642078228 -3600 # Node ID c1b9da2fd6c7871fad72dee9d8f3ad270d5b9397 # Parent 8191747451447422888bd17ed0d19abb3eaa0687 updated smartmontools (7.1 -> 7.2) diff -r 819174745144 -r c1b9da2fd6c7 smartmontools/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/smartmontools/description.txt Thu Jan 13 13:50:28 2022 +0100 @@ -0,0 +1,9 @@ +The smartmontools package contains two programs (smartctl and smartd) +to control and monitor storage systems using the Self-Monitoring, +Analysis and Reporting Technology System (SMART) built into most modern +ATA/SATA, SCSI/SAS and NVMe disks. +In many cases, these utilities will provide advanced warning of disk +degradation and failure. +Smartmontools was originally derived from the Linux smartsuite package +and actually supports ATA/SATA, SCSI/SAS and NVMe disks and also +SCSI/SAS tape devices. diff -r 819174745144 -r c1b9da2fd6c7 smartmontools/receipt --- a/smartmontools/receipt Thu Jan 13 13:36:16 2022 +0100 +++ b/smartmontools/receipt Thu Jan 13 13:50:28 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="smartmontools" -VERSION="7.1" +VERSION="7.2" CATEGORY="system-tools" SHORT_DESC="Monitors disk and tape health via S.M.A.R.T." MAINTAINER="erjo@slitaz.org" @@ -25,7 +25,7 @@ --with-nvme-devicescan \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.